We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c88e4 commit 8f166d1Copy full SHA for 8f166d1
cli.js
@@ -107,7 +107,7 @@ export default async function fetchProcoreApiDocsMain(args, options) {
107
108
// If a non-Commander error was thrown, treat it as unhandled.
109
// It probably represents a bug and has not been written to stdout/stderr.
110
- // throw commander.{CommanderError,InvalidOptionArgumentError} to avoid.
+ // throw commander.{CommanderError,InvalidArgumentError} to avoid.
111
if (typeof errParse.code !== 'string'
112
|| !errParse.code.startsWith('commander.')) {
113
throw errParse;
0 commit comments