Npm@1 - Translation missing from debug call breaks build due to new warning
ncook-hxgn opened this issue · 1 comments
ncook-hxgn commented
There is a translated debug print statement here in getSystemAccessToken()
in locationUtilities.ts, but the translation doesn't exist in resources/en-US/resources.resjson
This generates a warning ##[warning]Can't find loc string for key: Info_GotAndMaskAuth
which prevents us from merging changes due to the Build Quality Checks plugin preventing us from increasing the warning counts of our software builds.
Please fix the warning/add the missing translation
ivanduplenskikh commented
@ncook-hxgn, thanks for contribution! Let us take a look.