mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-29 16:29:19 -05:00
Don't close runtests-browser server when browser-launcher closes (#23875)
This commit is contained in:
@@ -780,7 +780,6 @@ function startClient(server: http.Server) {
|
||||
const child = child_process.spawn(browserPath, [`http://localhost:${port}/tests/webTestResults.html${queryString}`], {
|
||||
stdio: "inherit"
|
||||
});
|
||||
child.on("exit", () => server.close());
|
||||
}
|
||||
|
||||
function printHelp() {
|
||||
|
||||
Reference in New Issue
Block a user