mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 13:55:45 +00:00
d9c8109201
Both, `httpProxy` and `wsProxy` inside `Proxymanager` have been assigned the value of `new Proxy(...).serve()` which is an instance of `express`. This was wrong and causes runtime errors when proxies are being stopped as they don't have a `stop()` API.