mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix test choking on verbiage
This commit is contained in:
parent
652379628f
commit
ab4401786c
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@ function makeTitle ( listing ) {
|
|||
}
|
||||
|
||||
function makeDescription ( listing ) {
|
||||
return `Latest reported support status of ${ listing.name } on Apple Silicon and ${ global.$config.processorsVerbiage } Processors.`
|
||||
const processorsVerbiage = process.env.npm_package_config_verbiage_processors || this.$config.processorsVerbiage
|
||||
|
||||
return `Latest reported support status of ${ listing.name } on Apple Silicon and ${ processorsVerbiage } Processors.`
|
||||
}
|
||||
|
||||
function convertYoutubeImageUrl ( stringWithUrls, extension ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue