diff --git a/cli.js b/cli.js index 6574cfa..be6f39c 100644 --- a/cli.js +++ b/cli.js @@ -107,7 +107,7 @@ export default async function fetchProcoreApiDocsMain(args, options) { // If a non-Commander error was thrown, treat it as unhandled. // It probably represents a bug and has not been written to stdout/stderr. - // throw commander.{CommanderError,InvalidOptionArgumentError} to avoid. + // throw commander.{CommanderError,InvalidArgumentError} to avoid. if (typeof errParse.code !== 'string' || !errParse.code.startsWith('commander.')) { throw errParse;