chimney: burn old debug logs

This commit is contained in:
AJ ONeal 2020-10-20 22:49:28 -06:00
부모 0ee8194ac7
커밋 80e27fbdbe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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