Added
- Added
debug_modeconfiguration option to handle Node.js stdout/stderr messages - Implemented proper
handle_info/2callback to handle messages from Node.js processes - Added safeguards to reset_terminal to prevent errors during termination with invalid ports
Fixed
- Fixed "unexpected message in handle_info/2" errors when Node.js emits debug messages
- Fixed potential cra...