logger
parent
df6505de3c
commit
a5781aa7ab
|
@ -5,7 +5,8 @@ const c=(function(oldCons){
|
||||||
return {
|
return {
|
||||||
log: function(text){
|
log: function(text){
|
||||||
oldCons.log(text);
|
oldCons.log(text);
|
||||||
_loggerdata += text + "\n"
|
if (_loggerdata !== "") _loggerdata += "\n"
|
||||||
|
_loggerdata += text
|
||||||
},
|
},
|
||||||
info: function (text) {
|
info: function (text) {
|
||||||
oldCons.info(text);
|
oldCons.info(text);
|
||||||
|
|
Loading…
Reference in New Issue