You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modifiedFilesSpinner.info(` ${libraryName}: No matching modified files detected.
131
-
132
-
--> If you feel that one or more files should be showing up here, be sure to first check what file extensions prettier supports, and whether or not you have included those files in a .prettierignore file
"If you feel that one or more files should be showing up here, be sure to first check what file extensions prettier supports, and whether or not you have included those files in a .prettierignore file"
123
+
);
124
+
spinner.stop();
136
125
}elseif(options.checkOnly){
137
-
primarySpinner.succeed("Checks complete 🎉");
126
+
spinner.succeed("Checks complete 🎉");
138
127
}else{
139
-
primarySpinner.succeed("Formatting complete 🎉");
128
+
spinner.succeed("Formatting complete 🎉");
140
129
}
141
130
returnprocess.exit(shouldErrorOut ? 1 : 0);
142
131
}
143
132
},
144
133
error: (error: unknown)=>{
145
-
modifiedFilesSpinner.fail(` ${libraryName}: An Error occurred\n`);
0 commit comments