From 767572b197bf4042a69f5d011d0290fce5749f17 Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Fri, 14 Apr 2023 20:33:29 +0200 Subject: [PATCH] Fix long command hooks not being recognised --- compiler/src/bin/bolt.ts | 1 - 1 file changed, 1 deletion(-) 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; } }