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) {
10521052 let timing_clean_compiler_assets_elapsed = timing_clean_compiler_assets. elapsed ( ) ;
10531053
10541054 println ! (
1055- "{}\r {} {}Cleant compiler assets in {:.2}s" ,
1055+ "{}\r {} {}Cleaned compiler assets in {:.2}s" ,
10561056 LINE_CLEAR ,
10571057 style( "[1/2]" ) . bold( ) . dim( ) ,
10581058 CHECKMARK ,
@@ -1062,7 +1062,7 @@ pub fn clean(path: &str) {
10621062
10631063 let timing_clean_mjs = Instant :: now ( ) ;
10641064 print ! (
1065- "{} {} Clearing mjs files..." ,
1065+ "{} {} Cleaning mjs files..." ,
10661066 style( "[2/2]" ) . bold( ) . dim( ) ,
10671067 SWEEP
10681068 ) ;
@@ -1072,7 +1072,7 @@ pub fn clean(path: &str) {
10721072 clean_mjs_files ( & build_state. modules ) ;
10731073 let timing_clean_mjs_elapsed = timing_clean_mjs. elapsed ( ) ;
10741074 println ! (
1075- "{}\r {} {}Cleant mjs in {:.2}s" ,
1075+ "{}\r {} {}Cleaned mjs files in {:.2}s" ,
10761076 LINE_CLEAR ,
10771077 style( "[2/2]" ) . bold( ) . dim( ) ,
10781078 CHECKMARK ,
You can’t perform that action at this time.
0 commit comments