fix(hooks): final verified fixes for Windows flakiness

This commit is contained in:
Taylor Mullen
2026-02-10 13:43:17 -08:00
parent 80a0f04cfd
commit 80db53e993
2 changed files with 9 additions and 16 deletions
-1
View File
@@ -35,7 +35,6 @@ const DEFAULT_HOOK_TIMEOUT = 60000;
* Exit code constants for hook execution
*/
const EXIT_CODE_SUCCESS = 0;
const EXIT_CODE_BLOCKING_ERROR = 2;
const EXIT_CODE_NON_BLOCKING_ERROR = 1;
/**