mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
OPSEXP-2987 init-aps-env error reporting on tenant creation failure (#10483)
This commit is contained in:
@@ -121,7 +121,7 @@ export default async function main() {
|
|||||||
logger.info('Something went wrong. Was not able to create the users');
|
logger.info('Something went wrong. Was not able to create the users');
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.info(`Aps something went wrong. Tenant id ${tenantId}`);
|
logger.error(`Aps something went wrong. Tenant id ${tenantId}`, error);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user