Fix long command hooks not being recognised
This commit is contained in:
parent
aefba5a175
commit
767572b197
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ for (let i = 2; i < process.argv.length; i++) {
|
||||||
const arg = process.argv[i];
|
const arg = process.argv[i];
|
||||||
if (!arg.startsWith('-')) {
|
if (!arg.startsWith('-')) {
|
||||||
commandIndices.push(i);
|
commandIndices.push(i);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue