Skip to content

Commit

Permalink
remove test/index array code
Browse files Browse the repository at this point in the history
  • Loading branch information
x13machine committed Mar 11, 2019
1 parent 4dacb50 commit dfcf178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit dfcf178

Please sign in to comment.