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
constfetch=async()=>{try{returndoSomethingAsync()// <-- this should be awaited}catch(error){console.log(error)// <-- this doesn't run if doSomethingAsync fails}}