mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 15:34:26 +01:00
Add all the levels to the colours list
This commit is contained in:
@@ -54,7 +54,9 @@ var levelColours = {
|
||||
30: 'yellow',
|
||||
40: 'white',
|
||||
50: 'cyan',
|
||||
60: 'gray'
|
||||
60: 'gray',
|
||||
98: 'white',
|
||||
99: 'white'
|
||||
};
|
||||
|
||||
var logHandlers = [];
|
||||
|
||||
Reference in New Issue
Block a user