This commit is contained in:
MrFry 2019-10-11 12:07:24 +02:00
commit d232beff60
7 changed files with 25 additions and 1 deletions

View file

@ -97,6 +97,7 @@ function ProcessIncomingRequest (data) {
logger.Log('\t' + d.subj)
var msg = 'All / new count: ' + allQuestions.length + ' / ' + questions.length
if (d.version !== undefined) { msg += '. Version: ' + d.version }
var color = logger.GetColor('green')
try {