BMO production generates a bunch of `Wide character` errors, which are largely non-actionable (at least the don't contain enough information to be resolved). ``` Wide character (U+2192) in substitution (s///) at /app/local/lib/perl5/x86_64-linux-gnu/Template/Filters.pm line 62. ``` It's probably best to drop lines of stdout which match: ``` /^Wide character \([^\)]+\) in substitution .*Template/Filters\.pm/ ```
Bug 1639906 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
BMO production generates a bunch of `Wide character` errors, which are largely non-actionable (at least they don't contain enough information to be resolved). ``` Wide character (U+2192) in substitution (s///) at /app/local/lib/perl5/x86_64-linux-gnu/Template/Filters.pm line 62. ``` It's probably best to drop lines of stdout which match: ``` /^Wide character \([^\)]+\) in substitution .*Template/Filters\.pm/ ```