Skip to content

Commit

Permalink
Intentionally caused panic in breaking change detector at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Aug 22, 2023
1 parent 259f927 commit a16c0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/breaking-change-detector/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var docMode = flag.Bool("docs", false, "legacy flag to not break existing CI can
var providerFolder = flag.String("providerFolder", "", "legacy flag to not break existing CI can be removed after 7/10")

func main() {
panic("hi - breaking on purpose")
flag.Parse()
if !*docMode {
breakages := compare()
Expand Down

0 comments on commit a16c0cd

Please sign in to comment.