Skip to content

Commit 4e3b380

Browse files
committed
Revert dist files and version change
1 parent 813ad5a commit 4e3b380

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

dist/flow.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@
272272
decrement();
273273
}
274274
function readError(fileError) {
275-
decrement();
276275
throw fileError;
277276
}
278277
function decrement() {
@@ -751,7 +750,7 @@
751750
* @type {string}
752751
*/
753752
this.uniqueIdentifier = (uniqueIdentifier === undefined ? flowObj.generateUniqueIdentifier(file) : uniqueIdentifier);
754-
753+
755754
/**
756755
* Size of Each Chunk
757756
* @type {number}
@@ -1250,7 +1249,7 @@
12501249
delete this.data;
12511250
$.event(status, $.message());
12521251
$.flowObj.uploadNextChunk();
1253-
} else if (!$.fileObj.paused) {
1252+
} else {
12541253
$.event('retry', $.message());
12551254
$.pendingRetry = true;
12561255
$.abort();
@@ -1630,7 +1629,7 @@
16301629
* Library version
16311630
* @type {string}
16321631
*/
1633-
Flow.version = '2.14.1';
1632+
Flow.version = '2.14.0';
16341633

16351634
if ( typeof module === "object" && module && typeof module.exports === "object" ) {
16361635
// Expose Flow as module.exports in loaders that implement the Node

0 commit comments

Comments
 (0)