Skip to content

Commit fb30899

Browse files
author
Vladimir Stankovic
committed
Fix unable to upload dropped folder if any error occurs
1 parent 45dcba1 commit fb30899

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/flow.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@
272272
decrement();
273273
}
274274
function readError(fileError) {
275+
decrement();
275276
throw fileError;
276277
}
277278
function decrement() {

0 commit comments

Comments
 (0)