Skip to content

Commit

Permalink
Suggest appending (?) to excludePaths entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Aug 3, 2024
1 parent 39649c2 commit be65bab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Command/CommandHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,11 @@ public static function begin(
$errorOutput->writeLineFormatted($error);
$errorOutput->writeLineFormatted('');
}

$errorOutput->writeLineFormatted('If the excluded path can sometimes exist, append <fg=cyan>(?)</>');
$errorOutput->writeLineFormatted('to its config entry to mark it as optional.');
$errorOutput->writeLineFormatted('');

throw new InceptionNotSuccessfulException();
} catch (ValidationException $e) {
foreach ($e->getMessages() as $message) {
Expand Down

0 comments on commit be65bab

Please sign in to comment.