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 e0ad6f3 commit a4a5a8dCopy full SHA for a4a5a8d
packages/hub/cli.ts
@@ -413,9 +413,9 @@ async function run() {
413
}
414
run().catch((err) => {
415
console.error("\x1b[31mError:\x1b[0m", err.message);
416
- if (process.env.DEBUG) {
417
- console.error(err);
418
- }
+ //if (process.env.DEBUG) {
+ console.error(err);
+ // }
419
process.exitCode = 1;
420
});
421
0 commit comments