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 caed520 commit 3c9de5bCopy full SHA for 3c9de5b
rewatch/src/build.rs
@@ -238,10 +238,10 @@ pub fn initialize_build(
238
239
if show_progress {
240
if snapshot_output {
241
- println!("Cleant {}/{}", diff_cleanup, total_cleanup)
+ println!("Cleaned {}/{}", diff_cleanup, total_cleanup)
242
} else {
243
println!(
244
- "{}{} {}Cleant {}/{} {:.2}s",
+ "{}{} {}Cleaned {}/{} {:.2}s",
245
LINE_CLEAR,
246
style("[4/7]").bold().dim(),
247
SWEEP,
rewatch/src/build/clean.rs
@@ -393,7 +393,7 @@ pub fn clean(
393
394
if !snapshot_output && show_progress {
395
396
- "{}{} {}Cleant compiler assets in {:.2}s",
+ "{}{} {}Cleaned compiler assets in {:.2}s",
397
398
style("[1/2]").bold().dim(),
399
0 commit comments