Added classes git link

This commit is contained in:
MrFry 2019-10-11 12:02:19 +02:00
parent 68c6b2b636
commit e863893ecc
5 changed files with 12 additions and 0 deletions

View file

@ -272,6 +272,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 {