|
@@ -520,7 +520,7 @@ class Uppy {
|
|
this.scheduledAutoProceed = null
|
|
this.scheduledAutoProceed = null
|
|
this.upload().catch((err) => {
|
|
this.upload().catch((err) => {
|
|
if (!err.isRestriction) {
|
|
if (!err.isRestriction) {
|
|
- this.uppy.log(err.stack || err.message || err)
|
|
|
|
|
|
+ this.log(err.stack || err.message || err)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}, 4)
|
|
}, 4)
|