throw Error()

in src/utilities.ts [109:116]


      throw Error('Unknown OS or render engine type')
   }

   return util.format(downloadLinks[systemAndArch][toolName], version)
}

export async function getStableVerison(toolName: string) {
   if (!stableVersionUrls[toolName]) {