Skip to content

Commit d80797a

Browse files
committed
fix: fix no parents issues for #14
1 parent d8d8dec commit d80797a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/cloc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ func processBaseCloc(input string, output string) {
9191
}
9292

9393
func createClocDir() error {
94+
os.Mkdir(config.CocaConfig.ReporterPath, os.ModePerm)
9495
return os.Mkdir(config.CocaConfig.ReporterPath+"/cloc/", os.ModePerm)
9596
}
9697

0 commit comments

Comments
 (0)