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
I think it would be useful if gracefulExit() could return a new Promise(() => {}). That would ease interrupting the execution flow without needing to do this manually everywhere. One could just ignore the return value if not needed. Do you think this is a good idea?
The text was updated successfully, but these errors were encountered:
I think it would be useful if
gracefulExit()
could return anew Promise(() => {})
. That would ease interrupting the execution flow without needing to do this manually everywhere. One could just ignore the return value if not needed. Do you think this is a good idea?The text was updated successfully, but these errors were encountered: