Skip to content

Commit

Permalink
Merge pull request #21 from icebob/patch-1
Browse files Browse the repository at this point in the history
Fix #19
  • Loading branch information
johansatge committed Dec 24, 2019
2 parents 1e9bfb9 + aff8cd8 commit 9111381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ function processFiles(files, index = 0) {
const isFatal = error.code !== jo.errors.correct_orientation
console.log(filePath + ': ' + (isFatal ? colors.red(error.message) : colors.yellow(error.message)))
})
.then(() => processFiles(files, index + 1))
}

0 comments on commit 9111381

Please sign in to comment.