mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-15 21:03:45 +02:00
Show a nicer error message when server is installing
This commit is contained in:
@@ -25,8 +25,10 @@ http.interceptors.response.use(resp => {
|
||||
}
|
||||
|
||||
return resp;
|
||||
}, () => {
|
||||
}, error => {
|
||||
store.getActions().progress.setComplete();
|
||||
|
||||
throw error;
|
||||
});
|
||||
|
||||
// If we have a phpdebugbar instance registered at this point in time go
|
||||
|
||||
Reference in New Issue
Block a user