check-param-names (#18189)

This commit is contained in:
Charles Gagnon
2022-01-31 12:39:22 -08:00
committed by GitHub
parent 7149bbd591
commit 1c9ba64ee0
47 changed files with 96 additions and 80 deletions

View File

@@ -105,8 +105,8 @@ export function getDatabaseStateDisplayText(state: string): string {
/**
* Opens an input box prompting and validating the user's input.
* @param options Options for the input box
* @param title An optional title for the input box
* @param options Options for the input box
* @returns Promise resolving to the user's input if it passed validation,
* or undefined if the input box was closed for any other reason
*/