File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ exports.setTimezone = (bsConfig, args) => {
409
409
timezone = args . timezone ;
410
410
} else {
411
411
logger . error ( `Invalid timezone = ${ args . timezone } ` ) ;
412
- syncCliLogger . info ( Constants . userMessages . INVALID_TIMEZONE ) ;
412
+ syncCliLogger . info ( chalk . red ( Constants . userMessages . INVALID_TIMEZONE ) ) ;
413
413
process . exit ( 1 ) ;
414
414
}
415
415
}
@@ -418,7 +418,7 @@ exports.setTimezone = (bsConfig, args) => {
418
418
timezone = bsConfig . run_settings . timezone ;
419
419
} else {
420
420
logger . error ( `Invalid timezone = ${ bsConfig . run_settings . timezone } ` ) ;
421
- syncCliLogger . info ( Constants . userMessages . INVALID_TIMEZONE ) ;
421
+ syncCliLogger . info ( chalk . red ( Constants . userMessages . INVALID_TIMEZONE ) ) ;
422
422
process . exit ( 1 ) ;
423
423
}
424
424
}
You can’t perform that action at this time.
0 commit comments