8000 add log · coder-xiaotian/swc-useclient@cd7d1b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd7d1b6

Browse files
add log
1 parent e01814e commit cd7d1b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub fn process_transform(mut program: Program, data: TransformPluginProgramMetad
2121
Some(s) => s.replace("\\", "/"),
2222
None => String::from(""),
2323
};
24+
println!("---- filepath -----\n{}", filepath);
2425

2526
program.visit_mut_with(&mut TransformVisitor {
2627
filepath: filepath,

0 commit comments

Comments
 (0)
0