Skip to content

Commit 723efc7

Browse files
committed
bonsai
1 parent 37d4a46 commit 723efc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ratio/ratio.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func Measure(root string, code, test []string) (*Ratio, error) {
150150
}
151151
l, ok := gocloc.Exts[ext]
152152
if !ok {
153-
if _, err := fmt.Fprintf(os.Stderr, "unsupported language: %s\n", ext); err != nil {
153+
if _, err := fmt.Fprintf(os.Stderr, "unsupported language (%s): %s\n", ext, path); err != nil {
154154
return err
155155
}
156156
return nil

0 commit comments

Comments
 (0)