pruny 1.44.1 → 1.44.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17637,13 +17637,9 @@ program2.action(async (options) => {
|
|
|
17637
17637
|
printDetailedReport(result);
|
|
17638
17638
|
}
|
|
17639
17639
|
} else if (hasUnusedItems(result)) {
|
|
17640
|
-
|
|
17641
|
-
|
|
17642
|
-
|
|
17643
|
-
const fixResult = await handleFixes(result, currentConfig, options, false);
|
|
17644
|
-
if (fixResult === "exit" || fixResult === "done") {
|
|
17645
|
-
printSummaryTable(result, appLabel);
|
|
17646
|
-
}
|
|
17640
|
+
printDetailedReport(result);
|
|
17641
|
+
console.log(source_default.dim(`\uD83D\uDCA1 Run with --fix to clean up.
|
|
17642
|
+
`));
|
|
17647
17643
|
} else if (options.verbose) {
|
|
17648
17644
|
printDetailedReport(result);
|
|
17649
17645
|
}
|