config.then = function(cb) {
    return load().then(function(res) {
      return cb && cb(res)
    })
  }