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
When cancelling a running WP CLI command on Windows, the following error is displayed:
✕ Unexpected error: Please contact VIP Support with the following error:
TypeError: Cannot read property 'setRawMode' of null
at ReadStream.setRawMode (tty.js:66:28)
at Interface._setRawMode (readline.js:251:16)
at Interface.close (readline.js:376:10)
at IOStream.commandStreams.stdoutStream.on (C:\Users\User\Desktop\cli\vip\dist\bin\vip-wp.js:305:20)
at IOStream.emit (events.js:194:15)
at endReadableNT (_stream_readable.js:1125:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
The command is still cancelled on the runner, but this is not clear to the user based on the terminal ouput
The text was updated successfully, but these errors were encountered:
This issue has been marked stale because it has been open for 60 days with no activity. If there is no activity within 7 days, it will be closed.
This is an automation to keep issues manageable and actionable and is not a comment on the quality of this issue nor on the work done so far. Closed issues are still valuable to the project and are available to be searched.
Description
When cancelling a running WP CLI command on Windows, the following error is displayed:
The command is still cancelled on the runner, but this is not clear to the user based on the terminal ouput
The text was updated successfully, but these errors were encountered: