Skip to content

Commit 8c07c5b

Browse files
author
Andy
authored
Don't close runtests-browser server when browser-launcher closes (microsoft#23875)
1 parent 9daa3b3 commit 8c07c5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/webTestServer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,6 @@ function startClient(server: http.Server) {
780780
const child = child_process.spawn(browserPath, [`http://localhost:${port}/tests/webTestResults.html${queryString}`], {
781781
stdio: "inherit"
782782
});
783-
child.on("exit", () => server.close());
784783
}
785784

786785
function printHelp() {

0 commit comments

Comments
 (0)