Skip to content

Commit

Permalink
Crash with a different reason!
Browse files Browse the repository at this point in the history
  • Loading branch information
Palleas committed Jul 12, 2018
1 parent 0c6f942 commit 1998b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Greeter/ViewController.swift
Expand Up @@ -22,7 +22,7 @@ class ViewController: UIViewController {
}

@IBAction func boom(_ sender: Any) {
BuddyBuildSDK.crash()
fatalError("Crash with a different reason!")
}


Expand Down

0 comments on commit 1998b95

Please sign in to comment.