Add more debug log

This commit is contained in:
lowlighter
2020-10-09 19:25:09 +02:00
parent 875a6ce8f7
commit 3ccb298dff
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -73,6 +73,7 @@
//Eval rendering and return //Eval rendering and return
console.debug(`metrics/metrics/${login} > computed`) console.debug(`metrics/metrics/${login} > computed`)
console.debug(`metrics/metrics/${login} > ${JSON.stringify(computed)}`)
return eval(`\`${template}\``) return eval(`\`${template}\``)
} }
//Internal error //Internal error