Test
This commit is contained in:
parent
1eac889fe7
commit
3a5f4836e5
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user