mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
wip: "full" finder
This commit is contained in:
@@ -73,9 +73,7 @@ main :: proc() {
|
||||
}
|
||||
|
||||
thread_count := os.get_processor_core_count()
|
||||
for dir in paths {
|
||||
walk(dir, &results, opts, thread_count)
|
||||
}
|
||||
walk(paths[:], &results, opts, thread_count)
|
||||
|
||||
for r in results {
|
||||
fmt.println(r)
|
||||
|
||||
Reference in New Issue
Block a user