BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
813 stars 232 forks source link

feature: inspector catches and logs error #400

Closed BradlyBarnacles closed 1 year ago

BradlyBarnacles commented 1 year ago

Very simple change making it easier to identify why inspector window wont load.

to test just throw an error in some inspector window or its fields then try to load that window

BradlyBarnacles commented 1 year ago

realised it makes more sense to just look at openDevTools

julien-moreau commented 1 year ago

In a way I would keep that feature you made because in an error happens it would be easier for users to report by copy/pasting the error from the console than opening the devtools

julien-moreau commented 1 year ago

Thanls a lot @BradlyBarnacles !