Spaces:
Running
Running
Update js_quene.js
Browse files- 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++;
|