Skip to content

Commit

Permalink
debug output build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 committed Jan 19, 2025
1 parent 04505b3 commit 676d2f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiler_tester/src/vm/eravm/system_contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,10 @@ impl SystemContracts {
debug_config,
)?);

dbg!(
&builds.keys(),
Self::normalize_path_fs(Self::PATH_DEFAULT_AA.0, Some(Self::PATH_DEFAULT_AA.1))
);
let default_aa = builds
.remove(
Self::normalize_path_fs(Self::PATH_DEFAULT_AA.0, Some(Self::PATH_DEFAULT_AA.1))
Expand Down

0 comments on commit 676d2f1

Please sign in to comment.