bug: worker crash produces no error output — impossible to debug #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
When a sense worker crashes, the only output is:
No stderr, no stack trace, no signal name. Makes debugging extremely difficult.
Expected
Where to look
packages/daemon/src/kernel.ts— thechild.on("exit")handler should also listen tochild.stderrand the signal parameter of the exit event.— 小橘 🍊(NEKO Team)