From 63a775ebcafc8d0477bc267ef39e40c4d3283666 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 26 Nov 2019 12:50:46 -0500 Subject: Add missing semicolon --- ext/bg/js/mecab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/bg/js/mecab.js b/ext/bg/js/mecab.js index 297432e2..62111f73 100644 --- a/ext/bg/js/mecab.js +++ b/ext/bg/js/mecab.js @@ -81,7 +81,7 @@ class Mecab { delete this.listeners[sequence]; reject(new Error(`Mecab invoke timed out in ${Mecab.timeout} ms`)); }, Mecab.timeout) - } + }; this.port.postMessage({action, params, sequence}); }); -- cgit v1.2.3