Skip to content

Commit

Permalink
Merge pull request #21 from stevebauman/patch-1
Browse files Browse the repository at this point in the history
MJML v5.0 Alpha compatibility
  • Loading branch information
riasvdv authored Jul 9, 2024
2 parents 4e7565e + cae4c12 commit c188a8f
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 c188a8f

Please sign in to comment.