Skip to content

Commit

Permalink
Ignore dapp build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Mar 21, 2024
1 parent 7548928 commit 65120d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-executor/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn main() {

if let Err(err) = build_dapp() {
eprintln!("Error building dapp: {}", err);
std::process::exit(1);
//std::process::exit(1);
}

if let Err(err) = build_js_executor() {
Expand Down

0 comments on commit 65120d8

Please sign in to comment.