mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
Fixed panic handling (#1667)
This commit is contained in:
committed by
Bastian Köcher
parent
87f0f6fd8f
commit
6c341f4e9d
@@ -60,6 +60,7 @@ fn run() -> cli::error::Result<()> {
|
||||
executable_name: "substrate",
|
||||
author: "Parity Technologies <admin@parity.io>",
|
||||
description: "Generic substrate node",
|
||||
support_url: "https://github.com/paritytech/substrate/issues/new",
|
||||
};
|
||||
cli::run(::std::env::args(), Exit, version)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user