Skip to content

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap committed Nov 15, 2024
1 parent ddbbdbc commit 705ff8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/application/logic/explorer.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func (self explorer) GetListByPath(path string) (fileList []*fileItemResult, err
if err != nil {
return fileList, err
}

//lines := strings.Split(out, "\t")
// 这里不能单纯的用换行进行分隔,正常的数据中会有多余的 \n
lines := make([][]byte, 0)
Expand Down

0 comments on commit 705ff8c

Please sign in to comment.