@contrail/flexplm 1.7.4-alpha.72422a6 → 1.7.4-alpha.a05d6ab
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.
|
@@ -9,6 +9,7 @@ const map_utils_1 = require("../util/map-utils");
|
|
|
9
9
|
const type_conversion_utils_1 = require("../util/type-conversion-utils");
|
|
10
10
|
const fsPromise = require("fs/promises");
|
|
11
11
|
const path = require("path");
|
|
12
|
+
const app_framework_1 = require("@contrail/app-framework");
|
|
12
13
|
const event_short_message_status_1 = require("../util/event-short-message-status");
|
|
13
14
|
class BaseProcessPublishAssortment {
|
|
14
15
|
constructor(_config, _dc, _mapFileUtil) {
|
|
@@ -799,7 +800,7 @@ class BaseProcessPublishAssortment {
|
|
|
799
800
|
ifc.colorDeletes.push(itemId);
|
|
800
801
|
}
|
|
801
802
|
} //End deletes for loop
|
|
802
|
-
if (Logger.isDebugOn()) {
|
|
803
|
+
if (app_framework_1.Logger.isDebugOn()) {
|
|
803
804
|
console.debug('returning size: ' + itemFamilyChanges.size);
|
|
804
805
|
for (const [key, value] of itemFamilyChanges) {
|
|
805
806
|
console.debug(key + ' => ' + value);
|