mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
merge
This commit is contained in:
commit
d232beff60
7 changed files with 25 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue