Skip to content

Commit

Permalink
fix: reportOutputMessages code generating erros (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Aug 17, 2024
1 parent b3014d2 commit 805e54a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ module.exports = function(app) {
console.error(err.stack)
}
})
}
if ( app.reportOutputMessages ) {
app.reportOutputMessages(pgns.length)
if ( app.reportOutputMessages ) {
app.reportOutputMessages(pgns.length)
}
}
}

Expand Down

0 comments on commit 805e54a

Please sign in to comment.