include folder added

This commit is contained in:
Andrea Colaci 2016-05-09 16:45:18 +01:00
parent 0febc29f1a
commit f8df637783
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
console.log(require('path').relative('.', __dirname));
var path = require('path');
console.log(path.join(path.relative('.', __dirname), 'include'));