ignore domain config load error if base config loaded
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -264,7 +264,10 @@ async function loadApp() {
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
configError = e;
|
||||
// if base config loaded we can ignore this error
|
||||
if (!configError) {
|
||||
configError = e;
|
||||
}
|
||||
}
|
||||
|
||||
// XXX: We call this twice, once here and once in MatrixChat as a prop. We call it here to ensure
|
||||
|
||||
Reference in New Issue
Block a user