This commit is contained in:
entar 2025-05-21 12:26:49 +07:00
parent 1eac889fe7
commit 3a5f4836e5

View File

@ -29,6 +29,7 @@ module.exports = [
if (arguments) {
arguments.forEach((argument, index) => {
console.log(typeof argument)
if (typeof argument == "object") {
arguments[index] = argument.prototype.name
}