Merge remote-tracking branch 'origin' into testing

This commit is contained in:
Abhinav Adduri 2017-06-09 16:56:42 -07:00
commit f9ca9f4b87

View File

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