Skip to content

Commit

Permalink
[FIX] For OF ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Brazeilles committed May 14, 2024
1 parent e1e18ff commit b59dd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mjml-cli/src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default async () => {
const failedStream = []

// eslint-disable-next-line guard-for-in
for (const i in inputs) {
for (const i of inputs) {
try {
let compiled
switch (inputOpt) {
Expand Down

0 comments on commit b59dd44

Please sign in to comment.