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 running a line of blocks, if a block returns an error, the next blocks will keep running even though they will probably error out since one of their dependencies errored out.
Ideally, if a block in the queue errored out, it should stop the execution queue
Here is an example where I pressed run_right on the block on the left:
The text was updated successfully, but these errors were encountered:
Currently, when running a line of blocks, if a block returns an error, the next blocks will keep running even though they will probably error out since one of their dependencies errored out.
Ideally, if a block in the queue errored out, it should stop the execution queue
Here is an example where I pressed run_right on the block on the left:
The text was updated successfully, but these errors were encountered: