You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readLines() method in utils should be changed to explicitly specify a utf8 encoding in the fs.readFileSync call, similarly to how the compileFromTemplateSource function in the emailer module does it.
The text was updated successfully, but these errors were encountered:
The
readLines()
method inutils
should be changed to explicitly specify autf8
encoding in thefs.readFileSync
call, similarly to how thecompileFromTemplateSource
function in theemailer
module does it.The text was updated successfully, but these errors were encountered: