public function diagnose() { if (OS_WINDOWS) { // pstotext is not available under windows, so no need to diagnose it return null; } return parent::diagnose(); }
public function diagnose() { // no rpm's available for pstotext, removing the diagnose for it so it doesn't prevent the indexing from running return null; if (OS_WINDOWS) { // pstotext is not available under windows, so no need to diagnose it return null; } return parent::diagnose(); }