@nsshunt/stsobservability 1.0.21 → 1.0.22
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.
|
@@ -1055,7 +1055,7 @@ var __privateMethod = (obj, member, method) => {
|
|
|
1055
1055
|
if (__privateGet(this, _copy3)) {
|
|
1056
1056
|
throw new Error("Cannot add log messages from the copy version of this class.");
|
|
1057
1057
|
}
|
|
1058
|
-
if (__privateGet(this, _consoleLogging)) {
|
|
1058
|
+
if (__privateGet(this, _consoleLogging) === true) {
|
|
1059
1059
|
console.log(message);
|
|
1060
1060
|
}
|
|
1061
1061
|
if (__privateGet(this, _instrumentLogging) === false) {
|