mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 22:55:59 +00:00
fixes
This commit is contained in:
@@ -20,7 +20,7 @@ window.onunhandledrejection = async e => {
|
||||
window.location.reload();
|
||||
}
|
||||
} else {
|
||||
if (window.confirm('Sorry, DbGate has crashed.\nPress OK for reload application')) {
|
||||
if (window.confirm('Sorry, DbGate has crashed.\nPress OK for reload application\nPress Cancel and inspect Console in Developer tools for error details')) {
|
||||
localStorage.setItem('lastDbGateCrash', JSON.stringify(new Date().getTime()));
|
||||
window.location.reload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user