Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Jan 23, 2024
1 parent 4d24217 commit 9ca2b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dfx/src/lib/models/canister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ fn separate_candid(path: &Path) -> DfxResult<(String, String)> {
.decs
.iter()
.any(|dec| matches!(dec, Dec::ImportType(_) | Dec::ImportServ(_)));
eprintln!("{}", path.display());
let (env, actor) = CandidSource::File(path).load()?;
let actor = actor.ok_or_else(|| anyhow!("provided candid file contains no main service"))?;
let actor = env.trace_type(&actor)?;
Expand Down

0 comments on commit 9ca2b5f

Please sign in to comment.