Another debug signal handler fix

This commit is contained in:
John Gibbon 2020-11-23 00:38:45 +01:00
parent 6140d54b18
commit c8f7f569a7

View file

@ -31,7 +31,7 @@ var exception = enabled ? console.exception : function(){};
Fernschreiber.DebugLog.enabledChanged.connect(function() {
enabled = Fernschreiber.DebugLog.enabled;
if(isEnabled) {
if(enabled) {
log = console.log;
assert = console.assert;
time = console.time;