mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-13 13:30:42 +08:00
A
This commit is contained in:
parent
1b086b4af0
commit
bbefd0cefe
@ -209,8 +209,8 @@ function Env(t, s) {
|
||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
if(Object.prototype.toString.call(arg) === '[object Array]'){
|
||||
item = item.join(this.logSeparator)
|
||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
}
|
||||
let message = this.notifyStr.join(this.logSeparator);
|
||||
|
||||
@ -252,8 +252,8 @@ function Env(t, s) {
|
||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
if(Object.prototype.toString.call(arg) === '[object Array]'){
|
||||
item = item.join(this.logSeparator)
|
||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
}
|
||||
let message = this.notifyStr.join(this.logSeparator);
|
||||
|
||||
@ -193,8 +193,8 @@ function Env(t, s) {
|
||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
if(Object.prototype.toString.call(arg) === '[object Array]'){
|
||||
item = item.join(this.logSeparator)
|
||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
}
|
||||
let message = this.notifyStr.join(this.logSeparator);
|
||||
|
||||
@ -168,8 +168,8 @@ function Env(t, s) {
|
||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
if(Object.prototype.toString.call(arg) === '[object Array]'){
|
||||
item = item.join(this.logSeparator)
|
||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
}
|
||||
let message = this.notifyStr.join(this.logSeparator);
|
||||
|
||||
@ -171,8 +171,8 @@ function Env(t, s) {
|
||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
if(Object.prototype.toString.call(arg) === '[object Array]'){
|
||||
item = item.join(this.logSeparator)
|
||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
}
|
||||
let message = this.notifyStr.join(this.logSeparator);
|
||||
|
||||
@ -198,8 +198,8 @@ function Env(t, s) {
|
||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
if(Object.prototype.toString.call(arg) === '[object Array]'){
|
||||
item = item.join(this.logSeparator)
|
||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
||||
item = JSON.stringify(item)
|
||||
}
|
||||
}
|
||||
let message = this.notifyStr.join(this.logSeparator);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user