You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add error handling for runInit in container entrypoint
Addresses Sentry review feedback on PR #34. If runInit() throws
(e.g., git clone fails), the container would crash and restart
infinitely, preventing SSH access for debugging.
Now initialization failures are caught and logged as non-fatal,
allowing the SSH daemon to start so users can connect and debug.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments