File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1052,7 +1052,7 @@ pub fn clean(path: &str) {
1052
1052
let timing_clean_compiler_assets_elapsed = timing_clean_compiler_assets. elapsed ( ) ;
1053
1053
1054
1054
println ! (
1055
- "{}\r {} {}Cleant compiler assets in {:.2}s" ,
1055
+ "{}\r {} {}Cleaned compiler assets in {:.2}s" ,
1056
1056
LINE_CLEAR ,
1057
1057
style( "[1/2]" ) . bold( ) . dim( ) ,
1058
1058
CHECKMARK ,
@@ -1062,7 +1062,7 @@ pub fn clean(path: &str) {
1062
1062
1063
1063
let timing_clean_mjs = Instant :: now ( ) ;
1064
1064
print ! (
1065
- "{} {} Clearing mjs files..." ,
1065
+ "{} {} Cleaning mjs files..." ,
1066
1066
style( "[2/2]" ) . bold( ) . dim( ) ,
1067
1067
SWEEP
1068
1068
) ;
@@ -1072,7 +1072,7 @@ pub fn clean(path: &str) {
1072
1072
clean_mjs_files ( & build_state. modules ) ;
1073
1073
let timing_clean_mjs_elapsed = timing_clean_mjs. elapsed ( ) ;
1074
1074
println ! (
1075
- "{}\r {} {}Cleant mjs in {:.2}s" ,
1075
+ "{}\r {} {}Cleaned mjs files in {:.2}s" ,
1076
1076
LINE_CLEAR ,
1077
1077
style( "[2/2]" ) . bold( ) . dim( ) ,
1078
1078
CHECKMARK ,
You can’t perform that action at this time.
0 commit comments