Merge pull request #31 from marek-knappe/application-quitting-colors-fix

Fixed ANSI color with Quitting message - closes #30
This commit is contained in:
Győrvári Gábor
2018-10-23 08:15:45 +02:00
committed by GitHub

View File

@@ -94,7 +94,7 @@ class MalwareScanner
{
echo $this->ANSI_RED . 'Error: ' . $msg . $this->ANSI_OFF . PHP_EOL;
$this->showHelp();
echo PHP_EOL . $this->ANSI_RED . 'Quiting' . PHP_EOL;
echo PHP_EOL . $this->ANSI_RED . 'Quiting' . $this->ANSI_OFF . PHP_EOL;
}
//Handles pattern loading and saving to the class object