mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Fail in case of error (#7550)
This commit is contained in:
parent
18c9e1d28c
commit
54ce6de79d
@ -88,9 +88,11 @@ async function main() {
|
||||
|
||||
} catch (error) {
|
||||
logger.info(`Aps something went wrong. Tenant id ${tenantId}`);
|
||||
process.exit(1);
|
||||
}
|
||||
} else {
|
||||
logger.info('APS license error: check the configuration');
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user