Skip to content
Snippets Groups Projects
Commit 60ed4599 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove extra closing-parens pointed out by Apam

Oops
parent 8108e0cd
No related branches found
No related tags found
Loading
Pipeline #6325 passed
......@@ -231,7 +231,7 @@ for(var d = 0; d < dir_list.length; d++) {
}
var path = file_area.dir[code].path + file.name;
var realpath = file_getcase(path);
if(!realpath)) {
if(!realpath) {
alert("does not exist: " + path);
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment