Skip to content

Commit b4c763a

Browse files
committed
fix typo
1 parent e488b7b commit b4c763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ async function e_call(argv, script, ...args) {
229229
return;
230230
}
231231

232-
if (!_check_argv(avrg)) {
232+
if (!_check_argv(argv)) {
233233
process.exit(1);
234234
return;
235235
}

0 commit comments

Comments
 (0)