Fix translation reporting (round 1!) (#33754)
This commit is contained in:
@@ -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).'
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user