We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d45736 commit 7b1f5d1Copy full SHA for 7b1f5d1
dir_command.go
@@ -62,7 +62,7 @@ func (cmd *dirCmd) readFileNames(path, prefix string) {
62
continue
63
}
64
65
- // read file points
+ // read page points
66
ext := filepath.Ext(p)
67
pj, miss := newPageJudger(ext)
68
if miss {
0 commit comments