Fixed ANSI color with Quitting message - closes #30

This commit is contained in:
Marek Knappe
2018-10-23 16:10:52 +10:00
parent f5d8e6a430
commit 936c7cb667

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