@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.
|
@@ -7926,7 +7926,7 @@ ${runnerId}`,
|
|
|
7926
7926
|
* @param message Log message.
|
|
7927
7927
|
*/
|
|
7928
7928
|
#debug = (message) => {
|
|
7929
|
-
if (this.#options && this.#options.logLevel >= 4)
|
|
7929
|
+
if (this.#options && this.#options.logLevel >= 4) {}
|
|
7930
7930
|
};
|
|
7931
7931
|
/**
|
|
7932
7932
|
* Log at error level when enabled by manager options.
|