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

@W-17281128@ Reworked interaction between -v and -f #1676

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Conversation

jfeingold35
Copy link
Collaborator

No description provided.

Comment on lines 99 to 101
protected createDependencies(view: View, outputFiles: string[] = []): RunDependencies {
const uxDisplay: UxDisplay = new UxDisplay(this, this.spinner);
const resultsViewer: ResultsViewer = createResultsViewer(view, outputFiles, uxDisplay);
Copy link
Collaborator

@stephen-carter-at-sf stephen-carter-at-sf Nov 20, 2024

Choose a reason for hiding this comment

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

Does the view come in as undefined or null now? If so, can you please make this obvious by updating the input type to be View|undefined on line 85, 99 and on line 139.

Copy link
Collaborator

Choose a reason for hiding this comment

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

that is
parsedFlags.view as View
should be
parsedFlags.view as View|undefined
right?

@jfeingold35 jfeingold35 merged commit d4daca7 into dev-5 Nov 20, 2024
12 checks passed
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