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 cb2be96 commit 9e3d688Copy full SHA for 9e3d688
packages/cli/bin/run.js
@@ -12,5 +12,5 @@ if (!semver.satisfies(process.version, nodeVersion)) {
12
}
13
14
await run(process.argv.slice(2), import.meta.url)
15
- .catch(async error => handle(error))
+ .catch(async error => handle({ ...error, skipOclifErrorHandling: true }))
16
.finally(async () => flush());
0 commit comments