Explorar el Código

debug: log to console

Ifedapo Olarewaju hace 8 años
padre
commit
4efc1cf2c2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
     })