Skip to content

Commit ea1721d

Browse files
authored
Update index.js
1 parent a94e65e commit ea1721d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Typings/UnityscriptObject/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class UnityscriptObject {
3232
}
3333

3434
[util.inspect.custom]() {
35-
return `UnityJSObject { ${util.inspect(this.__value, { colors: true })} }`;
35+
return util.inspect( this.__value, { colors: true } );
3636
}
3737
}
3838

0 commit comments

Comments
 (0)