Преглед изворни кода

Corrects path logging (#1551)

Corrects path logging
Renée Kooi пре 6 година
родитељ
комит
6edbfd2c2d
1 измењених фајлова са 1 додато и 1 уклоњено
  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)