1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Fix translation reporting (round 1!) (#33754)

This commit is contained in:
Kevin Heis
2023-01-05 12:16:38 -08:00
committed by GitHub
parent 0eb3849eaf
commit 928b0dab02
5 changed files with 109 additions and 143 deletions

View File

@@ -49,9 +49,7 @@ function getNewSrc(node) {
} catch (err) {
console.warn(
`Failed to get a hash for ${src} ` +
'(This is mostly harmless and can happen with outdated translations). ' +
'Full error output:',
err
'(This is mostly harmless and can happen with outdated translations).'
)
}
}