Skip to content

Commit

Permalink
include folder added
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Colaci authored and Andrea Colaci committed May 9, 2016
1 parent 0febc29 commit f8df637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include_dirs.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
console.log(require('path').relative('.', __dirname));

var path = require('path');
console.log(path.join(path.relative('.', __dirname), 'include'));

0 comments on commit f8df637

Please sign in to comment.