mirror of https://github.com/espruino/BangleApps
bthrm - Add missing semicolon
parent
fce4519ab4
commit
258fa141be
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue