diff options
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -552,7 +552,7 @@ const ICONS = { } function sub_icon(match) { - return ICONS[match] + return ICONS[match] || match } function on_log(text) { // eslint-disable-line no-unused-vars |