From 80f9d2fd3ef70a2bb21577c932d971c64bd1a354 Mon Sep 17 00:00:00 2001 From: keeramis Date: Tue, 18 Jun 2024 10:54:07 -0700 Subject: [PATCH] Change chalk setting to show protection status --- src/cmd/device-protection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/device-protection.js b/src/cmd/device-protection.js index eff7729b0..29a9d285f 100644 --- a/src/cmd/device-protection.js +++ b/src/cmd/device-protection.js @@ -60,7 +60,7 @@ module.exports = class DeviceProtectionCommands extends CLICommandBase { } const deviceStr = await this._getDeviceString(); - this.ui.stdout.write(`${deviceStr}: ${chalk.bold.white(res)}${os.EOL}${helper}${os.EOL}`); + this.ui.stdout.write(`${deviceStr}: ${chalk.bold(res)}${os.EOL}${helper}${os.EOL}`); return s; }); }