diff --git a/compiler/src/bin/bolt.ts b/compiler/src/bin/bolt.ts index f200346e8..97a03bbaf 100644 --- a/compiler/src/bin/bolt.ts +++ b/compiler/src/bin/bolt.ts @@ -27,7 +27,6 @@ for (let i = 2; i < process.argv.length; i++) { const arg = process.argv[i]; if (!arg.startsWith('-')) { commandIndices.push(i); - break; } }