rethrow unhandled exception
This commit is contained in:
parent
330f220e1a
commit
185e9b8982
|
@ -85,6 +85,9 @@ function getAuthCookie() {
|
||||||
// retry authentication
|
// retry authentication
|
||||||
return authenticate();
|
return authenticate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// rethrow unhandled exception
|
||||||
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue