Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 10, 2023
1 parent 93b369a commit 29e8a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_module/src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ where
let mut p = PathBuf::from(target_path);

if cfg!(debug_assertions) {
trace!("to_specifier: orig_ext={:?}", orig_ext);
trace!("to_specifier({target_path}): orig_ext={:?}", orig_ext);
}

if let Some(orig_ext) = orig_ext {
Expand Down

0 comments on commit 29e8a2e

Please sign in to comment.