mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Logging a bit more on question search error
This commit is contained in:
parent
01764754b0
commit
54a978b152
1 changed files with 7 additions and 0 deletions
|
@ -627,6 +627,13 @@ if (!isMainThread) {
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.Log('Error in worker thread!', logger.GetColor('redbg'))
|
logger.Log('Error in worker thread!', logger.GetColor('redbg'))
|
||||||
console.error(err)
|
console.error(err)
|
||||||
|
console.error('subjName', subjName)
|
||||||
|
console.error('question', question)
|
||||||
|
console.error('questionData', questionData)
|
||||||
|
console.error('searchTillMatchPercent', searchTillMatchPercent)
|
||||||
|
console.error('searchInAllIfNoResult', searchInAllIfNoResult)
|
||||||
|
console.error('searchIn', searchIn)
|
||||||
|
console.error('index', index)
|
||||||
}
|
}
|
||||||
|
|
||||||
// sorting
|
// sorting
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue