Skip to content

Commit

Permalink
Clean up a logging message.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Mar 29, 2024
1 parent 11d0146 commit fce27bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export async function pruneAsync(): Promise<void> {
console.log(`Pruning suppressions for ${allFiles.length} files...`);
await runEslintAsync(allFiles, 'prune');
} else {
console.log('No files with existing suppressions found. Deleting the suppressions file, if one exists.');
console.log('No files with existing suppressions found.');
deleteBulkSuppressionsFileInEslintrcFolder(normalizedCwd);
}
}
Expand Down

0 comments on commit fce27bb

Please sign in to comment.