mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 00:41:03 +00:00
Improve error output of wasm-builder when wasm ins't installed (#7105)
This improves the error message of wasm-builder when the wasm toolchain isn't installed. Currently we print that the wasm toolchain is not installed, but the actual problem is that there is a bug in the packaging in rust. This will now be much easier to debug, by printing the full error message of the compiler.
This commit is contained in:
Generated
+1
@@ -8858,6 +8858,7 @@ dependencies = [
|
||||
name = "substrate-wasm-builder"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"ansi_term 0.12.1",
|
||||
"atty",
|
||||
"build-helper",
|
||||
"cargo_metadata",
|
||||
|
||||
Reference in New Issue
Block a user