We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c9e49 commit 4705d53Copy full SHA for 4705d53
src/write.rs
@@ -46,6 +46,7 @@ impl Module {
46
match result {
47
// If the write succeeds, print the include statement
48
Ok(()) => {
49
+ debug!("Successfully written file `{}`", &full_path.display());
50
info!("‣ File generated: {}", full_path.display());
51
info!(" {}", self.include_statement);
52
}
0 commit comments