Fail in case of error ()

This commit is contained in:
Maurizio Vitale 2022-03-15 09:12:44 +00:00 committed by GitHub
parent 18c9e1d28c
commit 54ce6de79d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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