Files
larksuite-cli/shortcuts
zhaojunlin.0405 a871d1a064 fix: keep mail +watch fetch-failure output on one NDJSON line
The default json watch stream emits one enveloped JSON object per line via
PrintNdjson, but the fetch-message failure branch used PrintJson (multi-line
MarshalIndent) and bypassed the envelope, so a mid-stream failure injected a
multi-line {ok:false,...} blob that breaks line-based NDJSON parsers. Route
failures through watchFailureOutputValue: bare payload for --format data,
identity-tagged single line for the default json envelope.
2026-07-13 12:02:45 +08:00
..
2026-07-07 17:12:28 +08:00
2026-07-07 17:12:28 +08:00