From dfcf178a3c9ad0a034e6ac152c10336a42583b7a Mon Sep 17 00:00:00 2001 From: x13machine Date: Mon, 11 Mar 2019 15:07:34 -0500 Subject: [PATCH] remove test/index array code --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index b7b8518d7f..8e2f30c0bd 100644 --- a/test/index.js +++ b/test/index.js @@ -447,7 +447,7 @@ function parseArg(argv) { orphans = [], arg; - argv = Array.isArray(argv) ? argv.slice(2) : []; + argv = argv.slice(2); function getarg() { var arg = argv.shift();