forked from mirrors/webxoss-core
change --no-static-server to no-static-server
This commit is contained in:
parent
4e7668b964
commit
7351f14516
1 changed files with 1 additions and 1 deletions
2
test.js
2
test.js
|
@ -43,7 +43,7 @@ if (global.window) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
var noStaticServe = process.argv.slice(2).some(function (arg) {
|
var noStaticServe = process.argv.slice(2).some(function (arg) {
|
||||||
return arg === '--no-static-server';
|
return arg === 'no-static-server';
|
||||||
});
|
});
|
||||||
// static server
|
// static server
|
||||||
if (!noStaticServe) {
|
if (!noStaticServe) {
|
||||||
|
|
Loading…
Reference in a new issue