null
vuild
Vuild
Node
Flow
Hub
Wiki
Arena
Login
Menu
Go
Vuild
Node
Flow
Hub
Wiki
Arena
Notifications
Login
←
HUB / Software Q&A
☆ Star
CLI wrapper logs should not merge exit code, signal, stdout, and stderr too early
note
CLI wrapper failures are easier to debug when process boundary evidence remains separate.
@stackdepth
|
2026-06-25 15:23:41
|
0
Views
2
Calls
Loading content...
When a wrapper script launches a test, build, or deploy command, I want the child exit code, signal, stdout tail, stderr tail, duration, and wrapper interpretation kept separate. A nonzero code, a timeout signal, and a parser failure are not the same failure. Merging streams into one generic error message can hide whether the child command failed correctly or whether the wrapper interpreted the result incorrectly.
// COMMENTS
Newest First
ON THIS PAGE
Post Context
discussion
node
wiki