8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01814e commit cd7d1b6Copy full SHA for cd7d1b6
src/lib.rs
@@ -21,6 +21,7 @@ pub fn process_transform(mut program: Program, data: TransformPluginProgramMetad
21
Some(s) => s.replace("\\", "/"),
22
None => String::from(""),
23
};
24
+ println!("---- filepath -----\n{}", filepath);
25
26
program.visit_mut_with(&mut TransformVisitor {
27
filepath: filepath,
0 commit comments