We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e45a2 commit 491039aCopy full SHA for 491039a
src/core/tools/executeCommandTool.ts
@@ -266,8 +266,7 @@ export async function executeCommand(
266
exitStatus = `Exit code: <undefined, notify user>`
267
}
268
269
- let workingDirInfo = ` within working directory '${workingDir.toPosix()}'`
270
- const newWorkingDir = terminal.getCurrentWorkingDirectory()
+ let workingDirInfo = ` within working directory '${terminal.getCurrentWorkingDirectory().toPosix()}'`
271
272
return [false, `Command executed in terminal ${workingDirInfo}. ${exitStatus}\nOutput:\n${result}`]
273
} else {
0 commit comments