feat: sort result with timestamp

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-07 21:27:50 +08:00
parent 22eccce30d
commit b86b9c54ca
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 {