mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-08 18:03:52 +08:00
This reverts commit 0fed528b6f.
This commit is contained in:
@@ -18,7 +18,7 @@ export abstract class BaseProgram {
|
||||
if (!response.success) {
|
||||
if (process.env.BW_QUIET !== 'true') {
|
||||
if (process.env.BW_RESPONSE === 'true') {
|
||||
this.writeLn(this.getJson(response), true, false);
|
||||
this.writeLn(this.getJson(response), true, true);
|
||||
} else {
|
||||
this.writeLn(chalk.redBright(response.message), true, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user