4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
|
var path = require('path')
|
||
|
|
||
|
console.log(path.resolve(path.dirname(__dirname)))
|