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

fix: correctly handling CLI errors again. #2467

Merged
merged 3 commits into from
Sep 6, 2023
Merged

Conversation

ryandagg
Copy link
Contributor

@ryandagg ryandagg commented Aug 31, 2023

#2466
Likely #2471 as well.

Revert to standard error handling within the CLI while maintaining error reporting & telemetry.

@ryandagg ryandagg requested a review from a team as a code owner August 31, 2023 22:49
packages/cli/bin/run Outdated Show resolved Hide resolved
@ryandagg ryandagg temporarily deployed to AcceptanceTests August 31, 2023 22:53 — with GitHub Actions Inactive
@ryandagg ryandagg temporarily deployed to AcceptanceTests August 31, 2023 22:53 — with GitHub Actions Inactive
@ryandagg ryandagg temporarily deployed to AcceptanceTests August 31, 2023 22:53 — with GitHub Actions Inactive
@@ -1,5 +1,5 @@
import {Command, flags} from '@heroku-cli/command-v9'
import {DynoSizeCompletion, ProcessTypeCompletion} from '@heroku-cli/command/lib/completions'
import {DynoSizeCompletion, ProcessTypeCompletion} from '@heroku-cli/command-v9/lib/completions'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This didn't appear to have any impact, but cleaning up.

@ryandagg ryandagg merged commit e8f3f5f into main Sep 6, 2023
@ryandagg ryandagg deleted the rd/run-bugs/remaining-fixes branch September 6, 2023 16:48
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