浏览代码

debug: log to console

Ifedapo Olarewaju 8 年之前
父节点
当前提交
4efc1cf2c2
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.on('core:upload-progress', (data) => {
       this.calculateProgress(data)
       this.calculateProgress(data)
+      console.log('signal triggered!')
       // throttledCalculateProgress(data)
       // throttledCalculateProgress(data)
     })
     })