We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d6343 commit f090498Copy full SHA for f090498
.changeset/angry-fishes-fail.md
@@ -0,0 +1,5 @@
1
+---
2
+"termost": minor
3
4
+
5
+Reduce task error output noise.
termost/src/api/task/index.ts
@@ -22,7 +22,7 @@ export const createTask: CreateInstruction<
22
rendererOptions: {
23
collapseErrors: false,
24
formatOutput: "wrap",
25
- showErrorMessage: true,
+ showErrorMessage: false,
26
timer: PRESET_TIMER,
27
},
28
})
0 commit comments