sort result

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-07 21:27:50 +08:00
parent 3273d62811
commit b48792b094
3 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ func Execute() {
core.ParseResult(dst)
}
}
core.FullData.Sorted()
if outputFormat == "json" {
err := core.FullData.OutPutJson(exportDir, browser, outputFormat)
if err != nil {