mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
f5a9f5ca3d
Cli errors are pretty formatted. This handles nested pretty types. Before it found the first error it could understand and return that. Now it will print the full error stack with more information. To prevent information loss, a "[Trace=...]" was added to capture some extra error context for debugging.