Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Mercer <[email protected]>
  • Loading branch information
angelapwen and henrymercer authored Feb 13, 2024
1 parent 8361861 commit 9b0da38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli-errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export enum CliConfigErrorCategory {
}

type CliErrorConfiguration = {
// All of these snippets should be present to match to a specific CliConfigErrorCategory.
/** All of these snippets must be present in the error message. */
cliErrorMessageSnippets: string[];
exitCode?: number;
// Error message to prepend for this type of CLI error.
Expand Down

0 comments on commit 9b0da38

Please sign in to comment.