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 c585f02 commit fa658b8Copy full SHA for fa658b8
lib/bootstrap.js
@@ -38,7 +38,7 @@ async function runCLI(cli, commandIsUsed) {
38
}
39
} catch (err) {
40
41
- // TODO: normalzie and retry args when keys are same
+ // TODO: normalize and retry args when keys are same
42
43
if(err.name === 'UNKNOWN_VALUE') {
44
process.cliLogger.error(`Parse Error (unknown argument): ${err.value}`);
0 commit comments