mirror of
https://github.com/wassname/talk.git
synced 2026-06-27 20:23:30 +08:00
Short circuit endless respawn
This commit is contained in:
@@ -45,6 +45,7 @@ export default class LongRunningExecutor implements Executor {
|
||||
return;
|
||||
}
|
||||
if (this.shouldRestart) {
|
||||
this.shouldRestart = false;
|
||||
this.spawnProcess();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user