@reliverse/pathkit 1.3.0 → 1.3.1
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/bin/mod.js +1 -5
- package/package.json +1 -1
package/bin/mod.js
CHANGED
|
@@ -769,11 +769,7 @@ async function stripPathSegmentsInDirectory({
|
|
|
769
769
|
extensionsToProcess = EXTENSIONS,
|
|
770
770
|
displayLogs = false
|
|
771
771
|
}) {
|
|
772
|
-
|
|
773
|
-
() => `[stripPathSegmentsInDirectory] Processing directory: ${targetDir}`
|
|
774
|
-
);
|
|
775
|
-
regularLogger(
|
|
776
|
-
() => ` - segmentsToStrip: ${segmentsToStrip}, alias: ${alias}`
|
|
772
|
+
=> `[stripPathSegmentsInDirectory] Processing directory: ${targetDir}`
|
|
777
773
|
);
|
|
778
774
|
try {
|
|
779
775
|
const entries = await fs.readdir(targetDir, { withFileTypes: true });
|