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
Currently when there is an error returning the Promise in both scripts, the current logic doesn't actually log the error, instead it inadvertently passed a function back.
Type of Change
Summary
Currently when there is an error returning the
Promise
in both scripts, the current logic doesn't actually log the error, instead it inadvertently passed a function back.Details
The
reject
should just return the error back insteadAlso, all
run
blocks should make sure they catch the error, e.g.The text was updated successfully, but these errors were encountered: