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

Display archive extraction error to user and abort search (upon error)

parent 565de2ba
Branches
Tags
No related merge requests found
......@@ -197,6 +197,8 @@ while(bbs.online && !console.aborted) {
count = new Archive(path).extract(system.temp_dir);
} catch(e) {
log(LOG_INFO, e);
alert(e);
break;
}
base.close();
if(count) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment