Skip to content

Commit

Permalink
chore: one-liner
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Nov 13, 2024
1 parent 2d8ecb6 commit ac56964
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/lib/Launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ export class Launcher {

public stopClient(connector: ChildProcess, webhookServer: Server | undefined): void {
connector.kill();
connector.on("exit", () => {
webhookServer?.close();
});
connector.on("exit", () => webhookServer?.close());
}
}

0 comments on commit ac56964

Please sign in to comment.