Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
x13machine committed Mar 11, 2019
1 parent c78dab8 commit b6b2a4f
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 = argv.slice(2);
argv = Array.isArray(argv) ? argv.slice(2) : [];
function getarg() {
var arg = argv.shift();

Expand Down

0 comments on commit b6b2a4f

Please sign in to comment.