mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-13 06:06:51 +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});
|
return propose(word, dictionary, {threshold: 0.3});
|
||||||
}
|
}
|
||||||
|
|
||||||
function pwd() {
|
|
||||||
return process.env.PWD || process.cwd();
|
|
||||||
}
|
|
||||||
|
|
||||||
function getExternalContractUrl(file) {
|
function getExternalContractUrl(file) {
|
||||||
const constants = require('../constants');
|
const constants = require('../constants');
|
||||||
let url;
|
let url;
|
||||||
@ -489,7 +485,6 @@ module.exports = {
|
|||||||
extractTar,
|
extractTar,
|
||||||
extractZip,
|
extractZip,
|
||||||
proposeAlternative,
|
proposeAlternative,
|
||||||
pwd: pwd,
|
|
||||||
getExternalContractUrl,
|
getExternalContractUrl,
|
||||||
toChecksumAddress,
|
toChecksumAddress,
|
||||||
sha3,
|
sha3,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user