We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85eb1bc commit d62ddbeCopy full SHA for d62ddbe
benchmark/fs/bench-realpathSync.js
@@ -3,6 +3,8 @@
3
const common = require('../common');
4
const fs = require('fs');
5
const path = require('path');
6
+
7
+process.chdir(__dirname);
8
const resolved_path = path.resolve(__dirname, '../../lib/');
9
const relative_path = path.relative(__dirname, '../../lib/');
10
0 commit comments