Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Jul 3, 2023
1 parent 9206687 commit f1b9a0b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,7 @@ export class NativeClient extends Client {

logTable.pushToPrint([
[decorators.cyan("Pod"), decorators.green(nodeName)],
[
decorators.cyan("Status"),
decorators.reverse(decorators.red("Error")),
],
[decorators.cyan("Status"), decorators.reverse(decorators.red("Error"))],
[
decorators.cyan("Message"),
decorators.white(`Process: ${pid}, for node: ${nodeName} dies.`),
Expand Down

0 comments on commit f1b9a0b

Please sign in to comment.