wip fix
This commit is contained in:
parent
0bd2943caf
commit
8375aa1932
|
|
@ -98,7 +98,7 @@ if (typeof global.server_hook === "function") {
|
|||
}
|
||||
ancestors.push(val);
|
||||
|
||||
if (val.constructor && val.constructor.name){
|
||||
if (val.constructor && val.constructor.name !== "Object"){
|
||||
return '[class] ' + val.constructor.name;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue