This commit is contained in:
ckcz123 2019-02-22 13:27:40 +08:00
parent a1c044f079
commit 3e12cfd0b8

View File

@ -316,7 +316,7 @@ main.prototype.setMainTipsText = function (text) {
main.prototype.log = function (e) {
if (e) {
if (main.core && main.core.platform && !main.core.platform.isPC) {
console.log((e.stack || e.toString()).replace("\n", " --- "));
console.log((e.stack || e.toString()));
}
else {
console.log(e);