mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 06:25:57 +00:00
rm utils.pwd() -- redundant now that fs.dappPath is anchored to env var
This commit is contained in:
parent
f0f95554a5
commit
76502fa693
@ -200,10 +200,6 @@ function proposeAlternative(word, _dictionary, _exceptions) {
|
||||
return propose(word, dictionary, {threshold: 0.3});
|
||||
}
|
||||
|
||||
function pwd() {
|
||||
return process.env.PWD || process.cwd();
|
||||
}
|
||||
|
||||
function getExternalContractUrl(file) {
|
||||
const constants = require('../constants');
|
||||
let url;
|
||||
@ -489,7 +485,6 @@ module.exports = {
|
||||
extractTar,
|
||||
extractZip,
|
||||
proposeAlternative,
|
||||
pwd: pwd,
|
||||
getExternalContractUrl,
|
||||
toChecksumAddress,
|
||||
sha3,
|
||||
|
Loading…
x
Reference in New Issue
Block a user