From 215a9473b6c2fb142032568b57cf07821e4f588b Mon Sep 17 00:00:00 2001 From: echicken <echicken@bbs.electronicchicken.com> Date: Fri, 24 Feb 2023 15:35:54 +0000 Subject: [PATCH] Keep some methods private for no particular reason. --- xtrn/wttr.in/xterm-colors.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xtrn/wttr.in/xterm-colors.js b/xtrn/wttr.in/xterm-colors.js index ac0b7ba9e0..c16b15c438 100644 --- a/xtrn/wttr.in/xterm-colors.js +++ b/xtrn/wttr.in/xterm-colors.js @@ -113,4 +113,8 @@ function convertColors(str) { ); } -this; \ No newline at end of file +const exports = { + convertColors: convertColors, +} + +exports; -- GitLab