public binPath()

in src/serverPath.ts [23:29]


  public binPath(): string {
    if (this.customBinPath) {
      return this.customBinPath;
    }

    return path.resolve(this.installPath(), this.binName());
  }