|
@@ -89,7 +89,7 @@ export class HerdrMultiplexer implements Multiplexer {
|
|
|
const result = await this.runSplit(
|
|
const result = await this.runSplit(
|
|
|
[this.agentAreaPaneId],
|
|
[this.agentAreaPaneId],
|
|
|
'down',
|
|
'down',
|
|
|
- directory,
|
|
|
|
|
|
|
+ attachDir,
|
|
|
);
|
|
);
|
|
|
paneId = result.paneId;
|
|
paneId = result.paneId;
|
|
|
if (!paneId) {
|
|
if (!paneId) {
|
|
@@ -104,7 +104,7 @@ export class HerdrMultiplexer implements Multiplexer {
|
|
|
const result = await this.runSplit(
|
|
const result = await this.runSplit(
|
|
|
this.targetPaneArg(),
|
|
this.targetPaneArg(),
|
|
|
this.paneDirection,
|
|
this.paneDirection,
|
|
|
- directory,
|
|
|
|
|
|
|
+ attachDir,
|
|
|
);
|
|
);
|
|
|
paneId = result.paneId;
|
|
paneId = result.paneId;
|
|
|
lastRawOutput = result.rawOutput;
|
|
lastRawOutput = result.rawOutput;
|