rethrow unhandled exception

This commit is contained in:
Karol Wypchlo 2022-01-14 10:54:24 +01:00
parent 330f220e1a
commit 185e9b8982
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ function getAuthCookie() {
// retry authentication // retry authentication
return authenticate(); return authenticate();
} }
// rethrow unhandled exception
throw error;
} }
} }