Browse Source

debug: log to console

Ifedapo Olarewaju 8 năm trước cách đây
mục cha
commit
4efc1cf2c2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/core/Core.js

+ 1 - 0
src/core/Core.js

@@ -273,6 +273,7 @@ class Uppy {
 
     this.on('core:upload-progress', (data) => {
       this.calculateProgress(data)
+      console.log('signal triggered!')
       // throttledCalculateProgress(data)
     })