mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 06:25:57 +00:00
usd cwd instead of pwd
This commit is contained in:
parent
d5a21d579c
commit
324ba904e8
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user