fix: unblock initial new session prompts
This commit is contained in:
@@ -93,6 +93,10 @@ export const waitForWorktreeBootstrap = async (directory: string, timeoutMs = DE
|
||||
}
|
||||
|
||||
const current = state.get(key);
|
||||
if (!current) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (current?.status === 'ready') {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user