Skip to content

Commit

Permalink
feature: report output messages for the dashboard (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Aug 15, 2024
1 parent 1923cc1 commit ca241a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ module.exports = function(app) {
}
})
}
if ( app.reportOutputMessages ) {
app.reportOutputMessages(pgns.length)
}
}

function clearResendInterval(timer) {
Expand Down

0 comments on commit ca241a0

Please sign in to comment.