From 8064e8a3175785425bbb6e5be40adb1000215b74 Mon Sep 17 00:00:00 2001 From: ame Date: Wed, 27 Sep 2023 16:39:38 -0500 Subject: fix restrict(ed) channels --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.js') diff --git a/index.js b/index.js index be5ab38..8d73ae5 100644 --- a/index.js +++ b/index.js @@ -7,7 +7,7 @@ process.stdout.write = process.stderr.write = (function(write) { access.write(string) } })(process.stdout.write) -process.title = "sns-chan" +process.title = "sns\-chan" /** * Module Imports */ -- cgit v1.2.3