mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
A
This commit is contained in:
@@ -210,7 +210,7 @@ function Env(t, s) {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
||||
item = item.join(this.logSeparator)
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
}
|
||||
let message = this.notifyStr.join(this.logSeparator);
|
||||
|
||||
@@ -253,7 +253,7 @@ function Env(t, s) {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
||||
item = item.join(this.logSeparator)
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
}
|
||||
let message = this.notifyStr.join(this.logSeparator);
|
||||
|
||||
@@ -194,7 +194,7 @@ function Env(t, s) {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
||||
item = item.join(this.logSeparator)
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
}
|
||||
let message = this.notifyStr.join(this.logSeparator);
|
||||
|
||||
@@ -169,7 +169,7 @@ function Env(t, s) {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
||||
item = item.join(this.logSeparator)
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
}
|
||||
let message = this.notifyStr.join(this.logSeparator);
|
||||
|
||||
@@ -172,7 +172,7 @@ function Env(t, s) {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
||||
item = item.join(this.logSeparator)
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
}
|
||||
let message = this.notifyStr.join(this.logSeparator);
|
||||
|
||||
@@ -199,7 +199,7 @@ function Env(t, s) {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
||||
item = item.join(this.logSeparator)
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
}
|
||||
let message = this.notifyStr.join(this.logSeparator);
|
||||
|
||||
Reference in New Issue
Block a user