Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct filesystem information collection
* Fix get_filesystems function: - Add missing vector initialization - Replace println! with vector collection - Properly return collected filesystem information - Maintain consistent formatting This fixes the function to properly collect and return filesystem information instead of just printing it. The function now correctly fulfills its return type of Result<Vec<String>, Box<dyn Error>>.
- Loading branch information