@mcesystems/adb-kit 1.0.41 → 1.0.44
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 +4 -4
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -31689,10 +31689,10 @@ var logTask2 = (0, import_debug2.default)("task");
|
|
|
31689
31689
|
var logError2 = (0, import_debug2.default)("error");
|
|
31690
31690
|
var logDetail = (0, import_debug2.default)("detail");
|
|
31691
31691
|
function logNamespace(namespace) {
|
|
31692
|
-
logInfo2.namespace =
|
|
31693
|
-
logTask2.namespace =
|
|
31694
|
-
logError2.namespace =
|
|
31695
|
-
logDetail.namespace =
|
|
31692
|
+
logInfo2.namespace = `${namespace}:INFO`;
|
|
31693
|
+
logTask2.namespace = `${namespace}:TASK`;
|
|
31694
|
+
logError2.namespace = `${namespace}:ERROR`;
|
|
31695
|
+
logDetail.namespace = `${namespace}:DETAIL`;
|
|
31696
31696
|
logInfo2.color = "45";
|
|
31697
31697
|
logTask2.color = "40";
|
|
31698
31698
|
logError2.color = "160";
|