Skip to content

Commit

Permalink
Merge newline into output
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 29, 2022
1 parent b36f0e8 commit 817afbe
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ protected function handleEmptyOptionsCollection(PublicationField $field, string
throw new InvalidArgumentException("Unable to create publication: $message");
}

$this->newLine();
$this->warn(" <fg=red>Warning:</> $message");
$this->warn("\n <fg=red>Warning:</> $message");
if ($this->confirm('Would you like to skip this field?', true)) {
return null;
} else {
Expand Down

0 comments on commit 817afbe

Please sign in to comment.