Skip to content

Commit 6f715ed

Browse files
committed
fix: remove redundant stream destruction in stopServer
1 parent 0e80e17 commit 6f715ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

benchmark.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ class BuildTool {
146146

147147
stopServer() {
148148
if (this.child) {
149-
this.child.stdout.destroy();
150-
this.child.stderr.destroy();
151149
kill(this.child.pid ?? 0);
152150
}
153151
}

0 commit comments

Comments
 (0)