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
fix: prevent unnecessary re-prompting when port is provided via CLI (#1)
- If a port is passed via CLI, exit gracefully instead of re-asking.
- Added `isUserInput` parameter in `killProcess()` to handle prompt logic.
- Improved error handling and refined console messages.
- Introduced `exit()` function for cleaner script termination.
- Ensured `listPorts()` exits properly when no active ports are found.
0 commit comments