Check for icu: strings in js folder as well

This commit is contained in:
Fedor Indutny 2024-07-03 12:02:10 -07:00 committed by GitHub
parent b34f2fbb99
commit f6650c0b91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@ function getIcuLikeStrings(): Set<string> {
'--recursive',
'ts/',
'app/',
'js/',
],
{
cwd: rootDir,