aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/testing2.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wasm/testing2.js')
-rw-r--r--ext/wasm/testing2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/testing2.js b/ext/wasm/testing2.js
index 3a279513f..f6792955f 100644
--- a/ext/wasm/testing2.js
+++ b/ext/wasm/testing2.js
@@ -20,7 +20,7 @@
id: undefined
};
const eOutput = document.querySelector('#test-output');
- const log = console.log.bind(console)
+ const log = console.log.bind(console);
const logHtml = function(cssClass,...args){
log.apply(this, args);
const ln = document.createElement('div');