LivelyKernel / lively.morphic

An implementation of the Morphic user interface framework for lively.next.
13 stars 2 forks source link

Inspector throws an error when opening it on a nullish value #135

Closed rksm closed 7 years ago

rksm commented 7 years ago
ticking.js:59 Error executing script Script(<Inspector - inspector>>>refreshProperties()): TypeError: Cannot read property 'env' of null
TypeError: Cannot read property 'env' of null
    at Inspector_initialize_.refreshProperties (inspector.js:743)
    at TargetScript_execute_ (ticking.js:131)
    at TargetScript.Script_tick_ (ticking.js:57)
merryman commented 7 years ago

Yes, it now expects any inspected thing to be a morph. Not good. Will fix that.

merryman commented 7 years ago

fixed in: a8acd62