@nsshunt/stsrunnerframework 2.0.6 → 2.0.7
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.
|
@@ -7919,7 +7919,7 @@ var STSWorkerManager = class {
|
|
|
7919
7919
|
* @param message Log message.
|
|
7920
7920
|
*/
|
|
7921
7921
|
#debug = (message) => {
|
|
7922
|
-
if (this.#options && this.#options.logLevel >= 4)
|
|
7922
|
+
if (this.#options && this.#options.logLevel >= 4) {}
|
|
7923
7923
|
};
|
|
7924
7924
|
/**
|
|
7925
7925
|
* Log at error level when enabled by manager options.
|