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) => {
409409 timezone = args . timezone ;
410410 } else {
411411 logger . error ( `Invalid timezone = ${ args . timezone } ` ) ;
412- syncCliLogger . info ( Constants . userMessages . INVALID_TIMEZONE ) ;
412+ syncCliLogger . info ( chalk . red ( Constants . userMessages . INVALID_TIMEZONE ) ) ;
413413 process . exit ( 1 ) ;
414414 }
415415 }
@@ -418,7 +418,7 @@ exports.setTimezone = (bsConfig, args) => {
418418 timezone = bsConfig . run_settings . timezone ;
419419 } else {
420420 logger . error ( `Invalid timezone = ${ bsConfig . run_settings . timezone } ` ) ;
421- syncCliLogger . info ( Constants . userMessages . INVALID_TIMEZONE ) ;
421+ syncCliLogger . info ( chalk . red ( Constants . userMessages . INVALID_TIMEZONE ) ) ;
422422 process . exit ( 1 ) ;
423423 }
424424 }
You can’t perform that action at this time.
0 commit comments