Skip to content

Commit

Permalink
Kill proxy subprocess on quit (fixes #26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heath123 committed Jun 12, 2021
1 parent 0da2ecf commit 4324890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/bedrock/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ exports.startProxy = function (passedHost, passedPort, passedListenPort, version
}

exports.end = function () {
proxyPass.shutdownStaticPromise()
child.kill()
}

// used to relaunch on disconnect
Expand Down

0 comments on commit 4324890

Please sign in to comment.