diff options
Diffstat (limited to 'firefox/background.js')
-rw-r--r-- | firefox/background.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox/background.js b/firefox/background.js index 9041c78..84b8635 100644 --- a/firefox/background.js +++ b/firefox/background.js @@ -24,11 +24,11 @@ function on_executed(result) { - console.log("executed"); } function on_error(error) { + console.log(`error: ${error}`); } function jp_hash_clicked() |