From 86cb47fa2c86c27c2f82a70d77c3181e1ba43715 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 13 Oct 2021 19:25:15 +0200 Subject: feat(web): batch operations for websocket protocol --- language-web/src/main/js/logging.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'language-web/src/main/js') diff --git a/language-web/src/main/js/logging.tsx b/language-web/src/main/js/logging.tsx index 25f50f19..306d122c 100644 --- a/language-web/src/main/js/logging.tsx +++ b/language-web/src/main/js/logging.tsx @@ -2,7 +2,7 @@ import styles, { CSPair } from 'ansi-styles'; import log from 'loglevel'; import * as prefix from 'loglevel-plugin-prefix'; -const colors: Record = { +const colors: Partial> = { TRACE: styles.magenta, DEBUG: styles.cyan, INFO: styles.blue, -- cgit v1.2.3-54-g00ecf