From 7351f14516fbc9b7b798533633a2a5040ebebaaa Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Sun, 5 Mar 2017 16:36:24 +0800 Subject: [PATCH] change --no-static-server to no-static-server --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 01c56bf..a409a07 100644 --- a/test.js +++ b/test.js @@ -43,7 +43,7 @@ if (global.window) { } } else { var noStaticServe = process.argv.slice(2).some(function (arg) { - return arg === '--no-static-server'; + return arg === 'no-static-server'; }); // static server if (!noStaticServe) {