mbest / knockout-deferred-updates

Deferred Updates plugin for Knockout <=3.3.0
http://mbest.github.io/knockout-deferred-updates/
134 stars 23 forks source link

Uncaught binding error prevents other bindings from running #29

Closed juuxstar closed 4 years ago

juuxstar commented 9 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.