Browse Source

add catch and error logging

Artur Paikin 4 năm trước cách đây
mục cha
commit
948a17d86f

+ 1 - 0
packages/@uppy/transloadit/src/Assembly.js

@@ -164,6 +164,7 @@ class TransloaditAssembly extends Emitter {
           this.status = status
           this.status = status
         }
         }
       })
       })
+      .catch((err) => this._onError(err))
   }
   }
 
 
   update () {
   update () {