mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-02 05:42:18 +00:00
3 lines
94 B
JavaScript
3 lines
94 B
JavaScript
|
|
var path = require('path');
|
||
|
|
console.log(path.join(path.relative('.', __dirname), 'include'));
|