mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 08:41:35 +00:00
Start implementing a test suite for the CLI
We have very few tests today so this starts to add the basics of a test suite which compiles Cargo projects on-the-fly which will hopefully help us bolster the amount of assertions we can make about the output.
This commit is contained in:
@ -79,7 +79,7 @@ fn main() {
|
||||
};
|
||||
eprintln!("error: {}", err);
|
||||
for cause in err.iter_causes() {
|
||||
eprintln!("\tcaused by: {}", cause);
|
||||
eprintln!(" caused by: {}", cause);
|
||||
}
|
||||
process::exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user