Skip to content

Commit 35855a3

Browse files
committed
chore: clean up unessary comment, described in PR unneeded.
1 parent 6e85d10 commit 35855a3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/release-bootstrap-smoke.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ describe("release bootstrap smoke", () => {
253253
new Promise((resolveClose) => setTimeout(resolveClose, 5_000)),
254254
]);
255255
if (webProcess.exitCode === null) {
256-
// SIGKILL is not available on Windows; kill() with no argument
257-
// forcefully terminates the process on all platforms.
258256
webProcess.kill();
259257
}
260258
}

0 commit comments

Comments
 (0)