process.on('uncaughtException', function(error = {}) {
    if (error.message != null) {
      console.log(error.message);
    }