Skip to content

Commit f8df637

Browse files
Andrea ColaciAndrea Colaci
authored andcommitted
include folder added
1 parent 0febc29 commit f8df637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include_dirs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
console.log(require('path').relative('.', __dirname));
2-
1+
var path = require('path');
2+
console.log(path.join(path.relative('.', __dirname), 'include'));

0 commit comments

Comments
 (0)