pty-manager 1.9.6 → 1.9.7
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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/dist/pty-worker.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1074,7 +1074,6 @@ var PTYSession = class _PTYSession extends import_events.EventEmitter {
|
|
|
1074
1074
|
} else {
|
|
1075
1075
|
this.writeRaw(resp + "\r");
|
|
1076
1076
|
}
|
|
1077
|
-
this._lastBlockingPromptHash = null;
|
|
1078
1077
|
this.outputBuffer = "";
|
|
1079
1078
|
this.emit("blocking_prompt", promptInfo, true);
|
|
1080
1079
|
return true;
|
|
@@ -1426,7 +1425,7 @@ var PTYSession = class _PTYSession extends import_events.EventEmitter {
|
|
|
1426
1425
|
break;
|
|
1427
1426
|
case "permission_approved":
|
|
1428
1427
|
this._lastActivityAt = /* @__PURE__ */ new Date();
|
|
1429
|
-
this.
|
|
1428
|
+
this.outputBuffer = "";
|
|
1430
1429
|
this.resetStallTimer();
|
|
1431
1430
|
break;
|
|
1432
1431
|
default:
|