fix(launcher): ignore stale sync sockets

This commit is contained in:
2026-07-09 18:35:36 -07:00
parent 2d2813ec2b
commit 32c62b076b
6 changed files with 62 additions and 36 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ async function main(): Promise<void> {
return;
}
if (runSyncCommand(context)) {
if (await runSyncCommand(context)) {
return;
}