Searched refs:platformName (Results 1 – 2 of 2) sorted by relevance
60 var platformName = opts.platform || process.platform61 var platform = this.defaults[platformName] || this.defaults.fallback65 throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor)80 throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor)99 function newMissingDefaultThemeError (platformName, hasUnicode, hasColor) { argument102 ' platform = ' + platformName + '\n' +106 err.platform = platformName
29 const platformName = os_1.default.platform(); constant31 return `sigstore-js/${packageVersion} (Node ${nodeVersion}) (${platformName}/${archName})`;