diff --git a/app/Console/Commands/CompileNinjaSvgCommand.php b/app/Console/Commands/CompileNinjaSvgCommand.php index 7d80824..c2e7291 100644 --- a/app/Console/Commands/CompileNinjaSvgCommand.php +++ b/app/Console/Commands/CompileNinjaSvgCommand.php @@ -42,7 +42,7 @@ public function handle() } if ($this->option('force') === false && $inscription->fullSvgExists()) { - $this->error('SVG already exists. Use --force to overwrite it.'); + $this->error('SVG already exists for '.$inscription->name.'. Use --force to overwrite it.'); return Command::FAILURE; }