🧬 stopHooks.ts

This commit is contained in:
nirholas
2026-03-31 10:23:45 +00:00
parent a221d5fc7a
commit e90826314d

View File

@@ -471,3 +471,4 @@ export async function* handleStopHooks(
return { blockingErrors: [], preventContinuation: false } return { blockingErrors: [], preventContinuation: false }
} }
} }