Uthar commited on
Commit
8109601
·
verified ·
1 Parent(s): 41fe00d

Update js_quene.js

Browse files
Files changed (1) hide show
  1. js_quene.js +1 -0
js_quene.js CHANGED
@@ -40,6 +40,7 @@ function startNextImageInQuene(){
40
  }
41
 
42
  const file = droppedFiles[currentIndex];
 
43
  console.log(`File ${currentIndex + 1} of ${droppedFiles.length} Name: ${file.name}`);
44
 
45
  currentIndex++;
 
40
  }
41
 
42
  const file = droppedFiles[currentIndex];
43
+ ps(file);
44
  console.log(`File ${currentIndex + 1} of ${droppedFiles.length} Name: ${file.name}`);
45
 
46
  currentIndex++;