@wdio/logger
Advanced tools
Comparing version 8.28.0 to 8.38.0
@@ -111,3 +111,3 @@ import fs from 'node:fs'; | ||
const nameFormatter = chalk.whiteBright(this.name); | ||
const _data = data.length > 0 ? `${timestampFormatter} ${levelFormatter} ${nameFormatter}: ${data}` : '\r\x1b[K'; | ||
const _data = data.length > 0 ? `${timestampFormatter} ${levelFormatter} ${nameFormatter}: ${data}` : '\r\x1b[K\x1b[?25h'; | ||
process.stdout.write('\u001B[?25l'); // Disable cursor in terminal | ||
@@ -114,0 +114,0 @@ process.stdout.write(`${_data}\r`); |
{ | ||
"name": "@wdio/logger", | ||
"version": "8.28.0", | ||
"version": "8.38.0", | ||
"description": "A helper utility for logging of WebdriverIO packages", | ||
@@ -40,3 +40,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "15f6ac509df48b23477cd4c793206a4f707e3df0" | ||
"gitHead": "b8ebe679c772a858709164896c6b5ea86a42b146" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14457