lookingGlass: Fix referencing undefined variables
This commit is contained in:
parent
f13f5bc1bb
commit
4831d9c3a3
@ -159,7 +159,7 @@ function objectToString(o) {
|
||||
// special case this since the default is way, way too verbose
|
||||
return '<js function>';
|
||||
} else {
|
||||
return o.toString();
|
||||
return '' + o;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user