existsSync abstract method
Synchronously check if executable can be found and executed without any errors.
This method never throws.
Implementation
bool existsSync();
Synchronously check if executable can be found and executed without any errors.
This method never throws.
bool existsSync();