Make ensureWorkerRunning async with health checks
Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>
This commit is contained in:
@@ -39,7 +39,7 @@ async function saveHook(input?: PostToolUseInput): Promise<void> {
|
||||
}
|
||||
|
||||
// Ensure worker is running
|
||||
ensureWorkerRunning();
|
||||
await ensureWorkerRunning();
|
||||
|
||||
const db = new SessionStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user