- Notifications
You must be signed in to change notification settings - Fork923
Commitd7809ec
authored
fix(scripts/coder-dev.sh): silence output if stdout is not a TTY (#16131)
The `make -j` output was sometimes emitting non-JSON output from `gogenerate`, resulting in errors like the below:```++ /home/coder/src/coder/coder/scripts/coder-dev.sh organizations show me -o json++ jq -r '.[] | select(.is_default) | .name'parse error: Invalid numeric literal at line 1, column 3```This PR modifies `coder-dev.sh` to silence the output of `make` if theoutput is not a TTY.1 parent473fcc3 commitd7809ec
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
43 | 49 |
| |
44 | 50 |
| |
45 | 51 |
| |
|
0 commit comments
Comments
(0)