mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
added return
This commit is contained in:
@@ -23,6 +23,7 @@ class FileReceiver extends EventEmitter {
|
||||
|
||||
if (xhr.status === 404) {
|
||||
reject(new Error('The file has expired, or has already been deleted.'));
|
||||
return;
|
||||
}
|
||||
|
||||
let blob = new Blob([this.response]);
|
||||
|
||||
Reference in New Issue
Block a user