2
0
Derivar 0

chimney: burn old debug logs

Este cometimento está contido em:
AJ ONeal 2020-10-20 22:49:28 -06:00
ascendente 0ee8194ac7
cometimento 80e27fbdbe
1 ficheiros modificados com 1 adições e 1 eliminações

Ver ficheiro

@ -270,7 +270,7 @@ func serve() {
fmt.Printf("error walking %q: %v\n", path, err)
return nil
}
fmt.Println("path:", path, "name:", info.Name())
// "scripts/github.com/org/repo"
parts := strings.Split(filepath.ToSlash(path), "/")
if len(parts) < 3 {
return nil