Commit 10096cc
committed
fix(datasets): restore eprintln for "Dataset updated" status line
Reverts fb8af95. The suggestion changed eprintln! to println!, which
puts the human prelude on stdout and breaks `-o json` / `-o yaml`
piping (e.g. `... -o json | jq` fails with a parse error because the
status line precedes the JSON).1 parent fb8af95 commit 10096cc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
| 527 | + | |
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| |||
0 commit comments