config.catch = function(cb) {
    return load().catch(function(e) {
      return cb && cb(e)
    })
  }