mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-22 03:58:11 +00:00
remove --no-shim cli option
This commit is contained in:
parent
d7cd3a72c9
commit
d50ae8c649
@ -729,11 +729,6 @@ function whenNoShim() {
|
||||
if (process.env.EMBARK_NO_SHIM) {
|
||||
noShim = true;
|
||||
}
|
||||
var idx = process.argv.indexOf('--no-shim');
|
||||
if (idx > -1) {
|
||||
process.argv.splice(idx, 1);
|
||||
noShim = true;
|
||||
}
|
||||
if (noShim) {
|
||||
EmbarkBin.prototype.exec();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user