Skip to content

Commit

Permalink
fix:do not clean the temporary directory of the current terminal (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-bar authored May 20, 2024
1 parent 57f3803 commit 2d15fc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,6 @@ func (m *Manager) CleanTmp() {
}
dir, err := os.ReadDir(m.PathMeta.TempPath)
if err == nil {
_ = os.RemoveAll(m.PathMeta.CurTmpPath)
for _, file := range dir {
if !file.IsDir() {
continue
Expand Down

0 comments on commit 2d15fc8

Please sign in to comment.