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) {
|
if (process.env.EMBARK_NO_SHIM) {
|
||||||
noShim = true;
|
noShim = true;
|
||||||
}
|
}
|
||||||
var idx = process.argv.indexOf('--no-shim');
|
|
||||||
if (idx > -1) {
|
|
||||||
process.argv.splice(idx, 1);
|
|
||||||
noShim = true;
|
|
||||||
}
|
|
||||||
if (noShim) {
|
if (noShim) {
|
||||||
EmbarkBin.prototype.exec();
|
EmbarkBin.prototype.exec();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue