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
.../node_modules/progress/lib/node-progress.js:210
this.stream.clearLine();
^
TypeError: this.stream.clearLine is not a function
at ProgressBar.interrupt (.../node_modules/progress/lib/node-progress.js:210:15)
at file:///...
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v18.18.2
#144 fixed this for the terminate function but not the interrupt function.
The text was updated successfully, but these errors were encountered:
#144 fixed this for the
terminate
function but not theinterrupt
function.The text was updated successfully, but these errors were encountered: