You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script affordances can fail not just for expected reasons, but also unexpected ones like "the underlying script code failed to compile or got a runtime error". Debugging those failures can be tricky because these failures often happen in places where surfacing errors to the user is not straightforward.
So we should come up with some good scheme for reporting such errors when running scripted affordances.