if (!isAbsolute(options.path)) {
    options.path = path.resolve(options.cwd, options.path);
  }