Skip to content

Commit

Permalink
MJML v5.0 Alpha compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman authored Jul 9, 2024
1 parent 4e7565e commit cae4c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mjml.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const options = args[1];
let result = ''

try {
result = mjml2html(mjml, options);
result = await mjml2html(mjml, options);
} catch (exception) {
const errorString = JSON.stringify({mjmlError: exception.toString()});

Expand Down

0 comments on commit cae4c12

Please sign in to comment.