chore: generate
This commit is contained in:
parent
fe0c4f8c74
commit
155e1f20d6
25 changed files with 492 additions and 329 deletions
|
|
@ -30,7 +30,8 @@ export function cliErrorMessage(input: unknown): string | undefined {
|
|||
}
|
||||
|
||||
const provider = configData(input, "ProviderInitError")
|
||||
if (provider) return `Failed to initialize provider "${field(provider, "providerID")}". Check credentials and configuration.`
|
||||
if (provider)
|
||||
return `Failed to initialize provider "${field(provider, "providerID")}". Check credentials and configuration.`
|
||||
|
||||
const json = configData(input, "ConfigJsonError")
|
||||
if (json) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue