File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 272272 decrement ( ) ;
273273 }
274274 function readError ( fileError ) {
275- decrement ( ) ;
276275 throw fileError ;
277276 }
278277 function decrement ( ) {
751750 * @type {string }
752751 */
753752 this . uniqueIdentifier = ( uniqueIdentifier === undefined ? flowObj . generateUniqueIdentifier ( file ) : uniqueIdentifier ) ;
754-
753+
755754 /**
756755 * Size of Each Chunk
757756 * @type {number }
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 ( ) ;
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
You can’t perform that action at this time.
0 commit comments