From ca241a0a149ba4b5745b11b1f74d07e940d32dcb Mon Sep 17 00:00:00 2001 From: Scott Bender Date: Thu, 15 Aug 2024 12:28:09 -0400 Subject: [PATCH] feature: report output messages for the dashboard (#105) --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index 9240f8b..37af15e 100644 --- a/index.js +++ b/index.js @@ -170,6 +170,9 @@ module.exports = function(app) { } }) } + if ( app.reportOutputMessages ) { + app.reportOutputMessages(pgns.length) + } } function clearResendInterval(timer) {