mirror of
https://gitlab.com/suyu-emu/suyu.git
synced 2024-03-15 23:15:44 +00:00
3 lines
94 B
JavaScript
Executable file
3 lines
94 B
JavaScript
Executable file
var path = require('path');
|
|
console.log(path.join(path.relative('.', __dirname), 'include'));
|