pty-manager 1.6.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/pty-worker.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1039,6 +1039,7 @@ var PTYSession = class _PTYSession extends import_events.EventEmitter {
|
|
|
1039
1039
|
*/
|
|
1040
1040
|
send(message) {
|
|
1041
1041
|
this._status = "busy";
|
|
1042
|
+
this.outputBuffer = "";
|
|
1042
1043
|
this.emit("status_changed", "busy");
|
|
1043
1044
|
this.resetStallTimer();
|
|
1044
1045
|
const msg = {
|