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
Right now errors returned through the callback interface from scratch-parser can be of three types: objects, strings, or Errors. As we have done in other repos it would be good to normalize this to always return an error object.