pty-manager 1.11.0 → 1.11.1

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 CHANGED
@@ -1074,6 +1074,7 @@ var PTYSession = class _PTYSession extends import_node_events2.EventEmitter {
1074
1074
  }
1075
1075
  }
1076
1076
  }
1077
+ adapter;
1077
1078
  ptyProcess = null;
1078
1079
  outputBuffer = "";
1079
1080
  _status = "pending";