From 8f52dd4cf326ff8cfeef7922ce867716a1fd2d04 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Tue, 12 Jun 2018 10:15:54 -0400 Subject: [PATCH] Missing semicolon --- lib/core/proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/proxy.js b/lib/core/proxy.js index 66784549f..4a2a6bd4f 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({