mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-01 22:47:19 +03:00
Added debug logs printing in console
This commit is contained in:
parent
e5375dabff
commit
4c096eb4b9
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ class Debug
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(output.log.join('\r\n'));
|
||||||
|
|
||||||
this.logOutput.push(output);
|
this.logOutput.push(output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue