Panic hook (#379)

* Panic hook

* Abort on panic in release
This commit is contained in:
Arkadiy Paronyan
2018-07-19 14:14:30 +02:00
committed by Gav Wood
parent dd0eaa0d52
commit 0dfe40e742
5 changed files with 78 additions and 1 deletions
+3
View File
@@ -84,3 +84,6 @@ travis-ci = { repository = "paritytech/polkadot", branch = "master" }
maintenance = { status = "actively-developed" }
is-it-maintained-issue-resolution = { repository = "paritytech/polkadot" }
is-it-maintained-open-issues = { repository = "paritytech/polkadot" }
[profile.release]
panic = "abort"