Skip to content

Commit

Permalink
log current dir and files also in error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Apr 29, 2024
1 parent ce232f0 commit 69209fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/integration-tests/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ fn main() {
);
}
Err(err) => {
println!("Current directory is {current_dir:?}");
println!("Files in current directory are {files_in_cur_dir:?}");
println!("cargo:warning=Failed to instantiate the submodule: {}", err);
}
}
Expand Down

0 comments on commit 69209fa

Please sign in to comment.