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
edit the img command to remove try..catch and call:
img https://www.fillmurray.com/460/300
it don't have CORS headers, so fetch will fail and async function will throw exception (that will be converted behind the scenes to promise fail) and it's ignored, then is never called so terminal is still paused.
The text was updated successfully, but these errors were encountered:
Expected behavior
I should see error message when command fail to execute
Actual behavior
if async comamnd like (img) throw exception in fetch and don't show anything and (the terminal is paused)
Steps to reproduce
it don't have CORS headers, so fetch will fail and async function will throw exception (that will be converted behind the scenes to promise fail) and it's ignored, then is never called so terminal is still paused.
The text was updated successfully, but these errors were encountered: