Skip to content

Commit

Permalink
Change the return type of listfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Feb 6, 2023
1 parent 58f7296 commit ee32554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function listfiles(patterns::Pair, root_dir=pwd())
end
files
end
return Tuple(io)
return first(io) .=> last(io)
end

materialize(config::ExpressFileTree) =
Expand Down

0 comments on commit ee32554

Please sign in to comment.