4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
Module.preRun = function customPreRun() {
|
|
ENV.PWD = process.cwd();
|
|
}
|