Another debug signal handler fix
This commit is contained in:
parent
6140d54b18
commit
c8f7f569a7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ var exception = enabled ? console.exception : function(){};
|
||||||
|
|
||||||
Fernschreiber.DebugLog.enabledChanged.connect(function() {
|
Fernschreiber.DebugLog.enabledChanged.connect(function() {
|
||||||
enabled = Fernschreiber.DebugLog.enabled;
|
enabled = Fernschreiber.DebugLog.enabled;
|
||||||
if(isEnabled) {
|
if(enabled) {
|
||||||
log = console.log;
|
log = console.log;
|
||||||
assert = console.assert;
|
assert = console.assert;
|
||||||
time = console.time;
|
time = console.time;
|
||||||
|
|
Loading…
Reference in a new issue