add a line to debug #68
This commit is contained in:
@@ -434,6 +434,7 @@ func searchUserDir(dir string) {
|
|||||||
fileSearchResultFlowBox.Add(btn)
|
fileSearchResultFlowBox.Add(btn)
|
||||||
|
|
||||||
for _, path := range fileSearchResults {
|
for _, path := range fileSearchResults {
|
||||||
|
log.Debugf("Path: %s", path)
|
||||||
partOfPathToShow := strings.Split(path, userDirsMap[dir])[1]
|
partOfPathToShow := strings.Split(path, userDirsMap[dir])[1]
|
||||||
if partOfPathToShow != "" {
|
if partOfPathToShow != "" {
|
||||||
if !(strings.HasPrefix(path, "#is_dir#") && isExcluded(path)) {
|
if !(strings.HasPrefix(path, "#is_dir#") && isExcluded(path)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user