Skip to content

Commit a4a5a8d

Browse files
committed
always display full stack trace
1 parent e0ad6f3 commit a4a5a8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/hub/cli.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,9 @@ async function run() {
413413
}
414414
run().catch((err) => {
415415
console.error("\x1b[31mError:\x1b[0m", err.message);
416-
if (process.env.DEBUG) {
417-
console.error(err);
418-
}
416+
//if (process.env.DEBUG) {
417+
console.error(err);
418+
// }
419419
process.exitCode = 1;
420420
});
421421

0 commit comments

Comments
 (0)