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
This is related to #41 (or more specifically the fix thereof) - if a file transformation is aborted, this callback is called with no argument, which looks like success when it's actually a failure. As a result, the ready promise fulfils, and any downstream nodes start their transformations with an incomplete inputdir.
The text was updated successfully, but these errors were encountered:
Leaving some breadcrumbs for myself:
This is related to #41 (or more specifically the fix thereof) - if a file transformation is aborted, this callback is called with no argument, which looks like success when it's actually a failure. As a result, the
ready
promise fulfils, and any downstream nodes start their transformations with an incompleteinputdir
.The text was updated successfully, but these errors were encountered: