@reliverse/pathkit 1.2.3 → 1.2.4
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 -1
- package/package.json +1 -1
package/bin/mod.js
CHANGED
|
@@ -14,7 +14,7 @@ const logInternal = (msg) => {
|
|
|
14
14
|
console.log(`\x1B[36;2m${message}\x1B[0m`);
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
const DEBUG_MODE =
|
|
17
|
+
const DEBUG_MODE = true;
|
|
18
18
|
const EXTENSIONS = [".ts", ".tsx", ".js", ".jsx", ".mjs", ".cjs", ".d.ts"];
|
|
19
19
|
const SLASH = "/";
|
|
20
20
|
const BACK_SLASH = "\\";
|