lookingGlass: Fix referencing undefined variables
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user