mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
handle unknown errors in getMetadata
Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
@@ -235,6 +235,9 @@ export default function(state, emitter) {
|
||||
if (!file.requiresPassword) {
|
||||
return emitter.emit('pushState', '/404');
|
||||
}
|
||||
} else {
|
||||
console.error(e);
|
||||
return emitter.emit('pushState', '/error');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user