Skip to content

Commit

Permalink
Change chalk setting to show protection status
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Jun 18, 2024
1 parent 62be378 commit 80f9d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/device-protection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
}
Expand Down

0 comments on commit 80f9d2f

Please sign in to comment.