We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94e65e commit ea1721dCopy full SHA for ea1721d
src/Typings/UnityscriptObject/index.js
@@ -32,7 +32,7 @@ class UnityscriptObject {
32
}
33
34
[util.inspect.custom]() {
35
- return `UnityJSObject { ${util.inspect(this.__value, { colors: true })} }`;
+ return util.inspect( this.__value, { colors: true } );
36
37
38
0 commit comments