Skip to content

Commit 4324890

Browse files
committed
Kill proxy subprocess on quit (fixes Heath123#26)
1 parent 0da2ecf commit 4324890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/proxy/bedrock/proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ exports.startProxy = function (passedHost, passedPort, passedListenPort, version
198198
}
199199

200200
exports.end = function () {
201-
proxyPass.shutdownStaticPromise()
201+
child.kill()
202202
}
203203

204204
// used to relaunch on disconnect

0 commit comments

Comments
 (0)