getPubCacheDir static method

String getPubCacheDir()

Implementation

static String getPubCacheDir() {
  if (Config.version == null) {
    return '.';
  }

  return '${PubCache().location.uri.path}hosted/pub.dartlang.org/butter_cli-${Config.version}'
      .replaceAll("'", '');
}