Added debug logs printing in console

This commit is contained in:
Observer KRypt0n_ 2022-01-05 15:04:05 +02:00
parent e5375dabff
commit 4c096eb4b9
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA

View file

@ -83,6 +83,8 @@ class Debug
});
}
console.log(output.log.join('\r\n'));
this.logOutput.push(output);
}