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
The interactive mode was causing a TypeError because it was trying to replace
process.stdout, which in newer Node.js versions has only a getter.
This change:
1. Removes the attempt to replace process.stdout
2. Updates the cleanup function accordingly
Fixes interactive mode when using the -i flag
0 commit comments