diff --git a/lib/core/proxy.js b/lib/core/proxy.js index 66784549..4a2a6bd4 100644 --- a/lib/core/proxy.js +++ b/lib/core/proxy.js @@ -56,7 +56,7 @@ const parseResponse = function(ipc, resBody){ delete receipts[jsonO.id]; delete commList[jsonO.id]; } -} +}; exports.serve = function(ipc, host, port, ws){ let proxy = httpProxy.createProxyServer({