Skip to content

Commit

Permalink
🐛 Comment out return
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Feb 29, 2020
1 parent 9bdc2e7 commit f5018fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export class Command {
// When command has custom usage defined log that instead of throwing the unknown command to docker
if (usage) {
this.spawn('docker', usage.split(' '));
// return;
return;
}

// Allow commands to have their own detailed usage information when a complete custom command
Expand Down

0 comments on commit f5018fc

Please sign in to comment.