You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
This is probably the root cause of #121. After a bit of investigation I believe that the culprit is the winston logger and the most likely fix is to set exitOnError to true in the logger.ts file.
Apparently,
cfn-lint
circumvents NodeJS's default behaviour of returning an exit code of1
when an uncaught exception bubbles up to the event loop.Steps to reproduce:
validate.log
The text was updated successfully, but these errors were encountered: