Logs an error and exits the process with code 1.
Error to log
if (!fs.existsSync('Config.json')) { logErrorAndExit(new Error('Config.json not found'));} Copy
if (!fs.existsSync('Config.json')) { logErrorAndExit(new Error('Config.json not found'));}
Logs an error and exits the process with code 1.