Skip to content

Commit bbe2ba0

Browse files
committed
Changed the way that the included path is built
1 parent c95c447 commit bbe2ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include_dirs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
console.log(require('path').relative('.', __dirname));
1+
console.log(require('path').resolve(__dirname));

0 commit comments

Comments
 (0)