catchExit     : function () {
      // We need to catch exit error
      process.on('exit', function (code) {
        // error code ?
        if (code >= this.cfg.codes.dFailed && code <= code >= this.cfg.codes.gFailed) {