We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf4e6e commit c1464f6Copy full SHA for c1464f6
cmd/vcr-compressor/main.go
@@ -16,7 +16,7 @@ func main() {
16
17
report, err := acctest.CompressCassette(path)
18
if err != nil {
19
- panic(err)
+ log.Fatalf("%s", err)
20
}
21
22
report.Print()
0 commit comments