mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
removed alarming missing stats files on first run errors
This commit is contained in:
parent
ba46b96220
commit
f94e038e59
3 changed files with 18 additions and 57 deletions
|
@ -55,7 +55,13 @@ const coloredWords = {
|
|||
'registerscript',
|
||||
'install',
|
||||
],
|
||||
magenta: ['addPost', 'comment', 'postfeedback', 'quickvote'],
|
||||
magenta: [
|
||||
'addPost',
|
||||
'comment',
|
||||
'postfeedback',
|
||||
'quickvote',
|
||||
'getnewdatasince',
|
||||
],
|
||||
}
|
||||
const filterFromDailyStats = [
|
||||
'savedQuestions',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue