diff --git a/cmd/analyze/scanner.go b/cmd/analyze/scanner.go index 73f7756..5c85e77 100644 --- a/cmd/analyze/scanner.go +++ b/cmd/analyze/scanner.go @@ -506,7 +506,6 @@ func calculateDirSizeConcurrent(root string, largeFileChan chan<- fileEntry, fil largeFileChan <- fileEntry{Name: child.Name(), Path: fullPath, Size: size} } - // Update current path occasionally to prevent UI jitter if currentPath != nil && atomic.LoadInt64(filesScanned)%int64(batchUpdateSize) == 0 { *currentPath = fullPath