Skip to content

Commit

Permalink
fix error color
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeDawkins committed Sep 25, 2019
1 parent b5e122a commit ee3a302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo/src/commands/client/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default class ClientPush extends ClientCommand {
[
["Status", "Operation", "Errors"],
[
"Error",
chalk.red("Error"),
operationName,
(operation.errors
? operation.errors.map(({ message }) => message)
Expand Down

0 comments on commit ee3a302

Please sign in to comment.