fixed update_git_status in reloaders not tested

This commit is contained in:
chomosuke
2022-12-06 22:34:50 +11:00
parent ac8fb08f90
commit a342de0949
2 changed files with 5 additions and 8 deletions

View File

@@ -85,7 +85,9 @@ local function get_icons_(node)
end
end
table.sort(iconss, function(a, b) return a.ord < b.ord end)
table.sort(iconss, function(a, b)
return a.ord < b.ord
end)
return iconss
end