mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 08:03:14 +00:00
use provided workingg dir
This commit is contained in:
@@ -48,7 +48,7 @@ func GetPersistentShell(workingDir string) *PersistentShell {
|
||||
})
|
||||
|
||||
if shellInstance == nil || !shellInstance.isAlive {
|
||||
shellInstance = newPersistentShell(shellInstance.cwd)
|
||||
shellInstance = newPersistentShell(workingDir)
|
||||
}
|
||||
|
||||
return shellInstance
|
||||
|
||||
Reference in New Issue
Block a user