What does process.exit(1) indicate?
if (error) process.exit(1);
Abnormal exit / failure
Success
Restart the process
Pause execution