mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
fixes compiling error on directory flattening
This commit is contained in:
parent
36dffc8c5f
commit
98f3f14984
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ fn flatten_directories(files: std::vec::Vec<PathBuf>) -> std::vec::Vec<PathBuf>
|
|||
files.push(path)
|
||||
}
|
||||
}
|
||||
|
||||
files
|
||||
}
|
||||
|
||||
pub fn format(files: std::vec::Vec<PathBuf>, mode: FormatMode) -> Result<(), String> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue