mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
A
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user