Skip to content

Commit

Permalink
remove extra break
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Oct 13, 2019
1 parent 71c13a6 commit b055b9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/moon-cli/dist/moon-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@
default:
{
error("Unrecognized command.\n\nAttempted to execute a command.\n\nReceived a command that does not exist:\n\t" + commandName + "\n\nExpected a valid command. Run \x1B[35mmoon help\x1B[0m to see valid commands.");
break;
}
}

Expand Down
1 change: 0 additions & 1 deletion packages/moon-cli/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,5 @@ Received a command that does not exist:
${commandName}
Expected a valid command. Run \x1b[35mmoon help\x1b[0m to see valid commands.`);
break;
}
}

0 comments on commit b055b9a

Please sign in to comment.