Skip to content

Commit f090498

Browse files
committed
feat: reduce task error output noise
1 parent d9d6343 commit f090498

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/angry-fishes-fail.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"termost": minor
3+
---
4+
5+
Reduce task error output noise.

termost/src/api/task/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const createTask: CreateInstruction<
2222
rendererOptions: {
2323
collapseErrors: false,
2424
formatOutput: "wrap",
25-
showErrorMessage: true,
25+
showErrorMessage: false,
2626
timer: PRESET_TIMER,
2727
},
2828
})

0 commit comments

Comments
 (0)