Skip to content

lookingGlass: Also handle null objects in objectToString

Jonas Dreßler requested to merge verdre/gnome-shell:fix-lg-once-again into master

Whoops, while ff462345 fixed the handling of undefined objects, null objects obviously still don't have a toString() method. So also handle those and return 'null' in case the object is null.

Merge request reports