Fix log level order (#703)

This commit is contained in:
Meng Dong 2022-06-09 20:41:18 +08:00 committed by GitHub
parent 23932f4859
commit 7ab43cb539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,8 @@ const propsList = [{ id: 0 }, { id: 1 }, { id: 2 }, { id: 3 }];
const logLeveOptions = [
['debug', 'Debug'],
['warning', 'Warning'],
['info', 'Info'],
['warning', 'Warning'],
['error', 'Error'],
['silent', 'Silent'],
];