feat(#2079): sort_by may return predefined sort (#2123)

* feat(#2079): prefactor

* feat(#2079): sort_by may return a predefined string
This commit is contained in:
Alexander Courtis
2023-04-15 15:53:40 +10:00
committed by GitHub
parent 56cdb5827d
commit 6ad5c26f4d
4 changed files with 33 additions and 34 deletions

View File

@@ -78,7 +78,7 @@ function M.explore(node, status)
return ns
end
sorters.merge_sort(node.nodes, sorters.node_comparator)
sorters.sort(node.nodes)
live_filter.apply_filter(node)
log.profile_end(profile)