-
-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
Description
Description
when an effect that causes an error or fails to run in an effect queue all effect queues stop
for instance if you have a write file effect in a queue and the file is not found the effect queue stops all further execution
this appears to be seen more with custom script effects
Steps to Reproduce
- create a queue
- add a write file
- add a show image
- add more to the queue
Expected Behavior
the file error should stop and exit the current execution of the currently running effect list and continue running the next list
Firebot Version
v5.63.2
Submitted By
cky_
Created via Discord.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done