aboutsummaryrefslogtreecommitdiffstats
path: root/extension/background.js
diff options
context:
space:
mode:
Diffstat (limited to 'extension/background.js')
-rw-r--r--extension/background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/background.js b/extension/background.js
index bbeeb2c..b0ce713 100644
--- a/extension/background.js
+++ b/extension/background.js
@@ -371,7 +371,7 @@ async function onMessage(req) {
/* console.timeEnd(req.op + ':' + req.path);*/
log('resp', response);
- /* ws.send(JSON.stringify(response));*/
+ port.postMessage(response);
};
function tryConnect() {