mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 11:17:38 +02:00
Added some logs, ask test script encodes JSON uri component
This commit is contained in:
@@ -170,7 +170,7 @@ function ProcessIncomingRequest(recievedData, qdb, infos, dryRun, user) {
|
||||
})
|
||||
} catch (err) {
|
||||
console.error(err)
|
||||
logger.Log('Couldnt parse JSON data', logger.GetColor('redbg'))
|
||||
logger.Log('There was en error handling incoming quiz data, see stderr', logger.GetColor('redbg'))
|
||||
reject(new Error('Couldnt parse JSON data'))
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user