mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Remove warning about commands switching working directory (#4795)
This commit is contained in:
parent
b8505fe175
commit
d8b468adbf
1 changed files with 0 additions and 4 deletions
|
|
@ -269,10 +269,6 @@ export async function executeCommand(
|
|||
let workingDirInfo = ` within working directory '${workingDir.toPosix()}'`
|
||||
const newWorkingDir = terminal.getCurrentWorkingDirectory()
|
||||
|
||||
if (newWorkingDir !== workingDir) {
|
||||
workingDirInfo += `\nNOTICE: Your command changed the working directory for this terminal to '${newWorkingDir.toPosix()}' so you MUST adjust future commands accordingly because they will be executed in this directory`
|
||||
}
|
||||
|
||||
return [false, `Command executed in terminal ${workingDirInfo}. ${exitStatus}\nOutput:\n${result}`]
|
||||
} else {
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue