From 9b0da3899fae7cd57fd263c88b40f8a029474609 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Tue, 13 Feb 2024 08:27:31 -0800 Subject: [PATCH] Update comment Co-authored-by: Henry Mercer --- src/cli-errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli-errors.ts b/src/cli-errors.ts index ca0f77695e..95cdbf10d0 100644 --- a/src/cli-errors.ts +++ b/src/cli-errors.ts @@ -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.