if the download card is pressed, the expired card shows up properly

This commit is contained in:
Abhinav Adduri 2017-07-25 10:58:18 -07:00
parent 1bfa6321b1
commit 57e0d17cbc
2 changed files with 10 additions and 7 deletions

View file

@ -20,7 +20,7 @@ class FileReceiver extends EventEmitter {
xhr.onload = function(event) {
if (xhr.status === 404) {
reject(
new Error('The file has expired, or has already been deleted.')
new Error('notfound')
);
return;
}