File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ fileContents
5959 } )
6060
6161if ( icons . length === 0 ) {
62- console . log ( `${ red ( '[error]' ) } Fontawesome parsed 0 icons...exiting` )
62+ console . log ( `${ red ( '[error]' ) } Eva icons parsed 0 icons...exiting` )
6363 process . exit ( 1 )
6464}
6565
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ fileContents
5656 } )
5757
5858if ( icons . length === 0 ) {
59- console . log ( `${ red ( '[error]' ) } Ionicons parsed 0 icons...exiting` )
59+ console . log ( `${ red ( '[error]' ) } Ion icons parsed 0 icons...exiting` )
6060 process . exit ( 1 )
6161}
6262
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ fileContents
7373 } )
7474
7575if ( icons . length === 0 ) {
76- console . log ( `${ red ( '[error]' ) } Fontawesome parsed 0 icons...exiting` )
76+ console . log ( `${ red ( '[error]' ) } MDI icons parsed 0 icons...exiting` )
7777 process . exit ( 1 )
7878}
7979
You can’t perform that action at this time.
0 commit comments