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
Change this to handle the error properly and raise an exception. Right now there are a couple of unit test bugs (#995 and #999) that were difficult to notice because the test just printed an error message rather than failing.
The text was updated successfully, but these errors were encountered:
The handleErrors method in the ApiClientWrapper has a line at the end of the method for errors that weren't handled earlier:
return console.log('TODO show error dialog', error.message);
This is https://github.com/bmlt-enabled/bmlt-root-server/blob/main/src/resources/js/lib/RootServerApi.ts#L291
Change this to handle the error properly and raise an exception. Right now there are a couple of unit test bugs (#995 and #999) that were difficult to notice because the test just printed an error message rather than failing.
The text was updated successfully, but these errors were encountered: