This commit is contained in:
Rizky 2024-02-18 08:51:21 +07:00
parent 0bd2943caf
commit 8375aa1932
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}