usd cwd instead of pwd

This commit is contained in:
Iuri Matias 2018-03-26 15:26:37 -04:00
parent d5a21d579c
commit 324ba904e8
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ function proposeAlternative(word, _dictionary, _exceptions) {
}
function pwd() {
return process.env.PWD || shelljs.pwd();
return process.env.PWD || process.cwd();
}
module.exports = {