Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add capability to dry run #136

Merged
merged 13 commits into from
Jun 21, 2023
Merged

Add capability to dry run #136

merged 13 commits into from
Jun 21, 2023

Conversation

jeeyo
Copy link
Collaborator

@jeeyo jeeyo commented Jun 20, 2023

No description provided.

src/app.ts Outdated
.then(() => Log.info('Write output completed'))
.catch((error) => {
Log.error('Write output failed', { error });
process.exit(1);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should not exit here since report promise could still be in progress

@encX encX merged commit dce85cc into codeleague:main Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants