Add all the levels to the colours list

pull/5109/head
Ben Hardill 2025-04-15 18:11:21 +01:00
parent ead0385edf
commit 080a6af54b
No known key found for this signature in database
GPG Key ID: 74DD076979ABB1E7
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ var levelColours = {
30: 'yellow',
40: 'white',
50: 'cyan',
60: 'gray'
60: 'gray',
98: 'white',
99: 'white'
};
var logHandlers = [];