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 4e71dc6 commit 50fcc49Copy full SHA for 50fcc49
src/build/clean.rs
@@ -367,7 +367,7 @@ pub fn clean(path: &str) {
367
"{}{} {}Cleaned compiler assets in {:.2}s",
368
LINE_CLEAR,
369
style("[1/2]").bold().dim(),
370
- CHECKMARK,
+ SWEEP,
371
timing_clean_compiler_assets_elapsed.as_secs_f64()
372
);
373
std::io::stdout().flush().unwrap();
@@ -390,7 +390,7 @@ pub fn clean(path: &str) {
390
"{}{} {}Cleaned mjs files in {:.2}s",
391
392
style("[2/2]").bold().dim(),
393
394
timing_clean_mjs_elapsed.as_secs_f64()
395
396
0 commit comments