mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-14 22:40:42 +08:00
A
This commit is contained in:
parent
1b086b4af0
commit
bbefd0cefe
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user