Skip to content

Commit

Permalink
Changed the way that the included path is built
Browse files Browse the repository at this point in the history
  • Loading branch information
amatas committed Aug 10, 2016
1 parent c95c447 commit bbe2ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include_dirs.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
console.log(require('path').relative('.', __dirname));
console.log(require('path').resolve(__dirname));

0 comments on commit bbe2ba0

Please sign in to comment.