mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 03:20:56 -06:00
Don't close runtests-browser server when browser-launcher closes (#23875)
This commit is contained in:
parent
9daa3b3b1c
commit
8c07c5b837
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user