bthrm - Add missing semicolon

pull/2013/head
Martin Boonk 2022-07-02 00:04:51 +02:00
parent fce4519ab4
commit 258fa141be
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
var log = function(text, param){
if (global.showStatusInfo)
showStatusInfo(text)
showStatusInfo(text);
if (settings.debuglog){
var logline = new Date().toISOString() + " - " + text;
if (param) logline += ": " + JSON.stringify(param);