mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 08:16:14 +08:00
Apply suggestions
This commit is contained in:
@@ -50,12 +50,12 @@ export default class LongRunningExecutor implements Executor {
|
||||
});
|
||||
}
|
||||
|
||||
private async restart(): Promise<void> {
|
||||
private restart() {
|
||||
this.shouldRestart = true;
|
||||
return this.internalKill();
|
||||
}
|
||||
|
||||
private async kill(): Promise<void> {
|
||||
private kill() {
|
||||
this.shouldRestart = false;
|
||||
return this.internalKill();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user