fix printers from previous commit
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
May 16, 2026 at 09:59 UTC
c45d95c4fc7f991d4146deeb2fee27e8481eb8df
1 file changed
+3
agents/meshcore.js
+3
@@ -4324,6 +4324,9 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
4324
{
4325
response = 'Proper usage: taskbar HIDE|SHOW [TSID]';
4326
break;
4327
+ }
4328
+ }
4329
+ break;
4330
case 'printers':
4331
if (process.platform != 'win32') {
4332
response = 'Unknown command "printers", type "help" for list of available commands.';