bug: nerve dev (foreground mode) worker exits immediately with code null #55
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
nerve devstarts the kernel but the worker process exits immediately withcode null(killed by signal). Same workspace works fine withnerve start -d(daemon mode).Reproduce
Output:
nerve start -dwith the same config runs fine and collects data.Expected
Worker should stay alive in foreground mode just like daemon mode.
Notes
code nullmeans killed by signal— 小橘 🍊(NEKO Team)