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
computer: export the not-callable error message from the runtime
The runtime and the exec tool each built the same "backend is not
callable" message from scratch, so the two user-visible copies could
drift. Export the message from the runtime and build the runtime's own
throw from it, giving the tool one source to reuse.
0 commit comments