forked from MirrorHub/synapse
Don't start server if ASes are invalidly configured
This commit is contained in:
parent
37716d55ed
commit
f6fcff3602
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ class ApplicationServiceStore(SQLBaseStore):
|
|||
except Exception as e:
|
||||
logger.error("Failed to load appservice from '%s'", config_file)
|
||||
logger.exception(e)
|
||||
raise
|
||||
|
||||
|
||||
class ApplicationServiceTransactionStore(SQLBaseStore):
|
||||
|
|
Loading…
Reference in a new issue