Closed juuxstar closed 4 years ago
Is there any reason why execution of the tasks isn't wrapped in a try-catch to prevent a task error from borking the rest?
I'm referring to lines: here and here.
I've been finding that a single binding error kills the task chain and prevents other bindings from executing. Causes no end of weird issues.
Is there any reason why execution of the tasks isn't wrapped in a try-catch to prevent a task error from borking the rest?
I'm referring to lines: here and here.
I've been finding that a single binding error kills the task chain and prevents other bindings from executing. Causes no end of weird issues.