pty-manager 1.2.18 → 1.2.19
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/pty-worker.js +1 -1
- package/package.json +1 -1
package/dist/pty-worker.js
CHANGED
|
@@ -767,7 +767,7 @@ var PTYSession = class extends import_events.EventEmitter {
|
|
|
767
767
|
const ruleKey = `${rule.pattern.source}:${rule.pattern.flags}`;
|
|
768
768
|
this._firedOnceRules.add(ruleKey);
|
|
769
769
|
}
|
|
770
|
-
this.outputBuffer =
|
|
770
|
+
this.outputBuffer = "";
|
|
771
771
|
const promptInfo = {
|
|
772
772
|
type: rule.type,
|
|
773
773
|
prompt: rule.description,
|
package/package.json
CHANGED