From bd85e5f6c34c3bc1cebacc1c22cdc3c47f7b23d2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 29 Jan 2023 14:00:02 +0300 Subject: [PATCH] minor cleanup... Signed-off-by: Alex A. Naanou --- Viewer/features/cli.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Viewer/features/cli.js b/Viewer/features/cli.js index 9a7bc844..cab3205e 100755 --- a/Viewer/features/cli.js +++ b/Viewer/features/cli.js @@ -226,7 +226,6 @@ var CLIActions = actions.Actions({ // basic code runner... - // XXX should we handle/print errors here??? cliDo: ['- System/CLI/run CODE', {cli: { name: '@do', @@ -244,7 +243,6 @@ var CLIActions = actions.Actions({ // Interactive commands... // - // XXX should we handle/print errors in script mode here??? cliStartREPL: ['- System/CLI/start CLI interpreter', {cli: { name: '@repl',