Fail in case of error (#7550)

This commit is contained in:
Maurizio Vitale
2022-03-15 09:12:44 +00:00
committed by GitHub
parent 18c9e1d28c
commit 54ce6de79d

View File

@@ -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);
}
}