This commit is contained in:
parent
3c3a80c090
commit
5c341e18c3
|
@ -325,7 +325,7 @@ func Find(w http.ResponseWriter, r *http.Request) {
|
|||
founds := foundPaths{}
|
||||
|
||||
for _, workspace := range workspaces {
|
||||
rs := find(workspace, name, []*string{})
|
||||
rs := find(workspace+conf.PathSeparator+"src", name, []*string{})
|
||||
|
||||
for _, r := range rs {
|
||||
substr := util.Str.LCS(path, *r)
|
||||
|
|
Loading…
Reference in New Issue