Explorar o código

Corrects path logging

Adam Vigneault %!s(int64=6) %!d(string=hai) anos
pai
achega
8406302c47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/@uppy/xhr-upload/src/index.js

+ 1 - 1
packages/@uppy/xhr-upload/src/index.js

@@ -248,7 +248,7 @@ module.exports = class XHRUpload extends Plugin {
           this.uppy.emit('upload-success', file, uploadResp)
 
           if (uploadURL) {
-            this.uppy.log(`Download ${file.name} from ${file.uploadURL}`)
+            this.uppy.log(`Download ${file.name} from ${uploadURL}`)
           }
 
           return resolve(file)