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
Avoid double errors when tasty file does not exist
There is no point trying to load the tasty file after we have emitted the error.
Loading it only end up in a second error that shadows the root of the problem.
Also improve readabllility of the error message.
0 commit comments