diff options
Diffstat (limited to 'crates/build_helper/src')
| -rw-r--r-- | crates/build_helper/src/bin/exporter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/build_helper/src/bin/exporter.rs b/crates/build_helper/src/bin/exporter.rs index 24379d0..27c1274 100644 --- a/crates/build_helper/src/bin/exporter.rs +++ b/crates/build_helper/src/bin/exporter.rs @@ -110,7 +110,7 @@ fn export( copied_files += 1; } else { println!( - " {} `{}` (file not found)", + " {} `{}` (file not found)", "Warning".yellow().bold(), config.from ); |
