Skip to content

Commit

Permalink
enable endpoint logging for shell command
Browse files Browse the repository at this point in the history
When disabling this for the eval command, which returns valid JSON, I
unintentionally disabled it for the shell command as well because the
shell command inherits from the eval command.
  • Loading branch information
fauna-chase committed Oct 10, 2023
1 parent 8e919b9 commit 7f0d518
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const esprima = require("esprima");
const EvalCommand = require("./eval.js");

class ShellCommand extends EvalCommand {
outputConnectionInfo = true;

commands = [
{
cmd: "clear",
Expand Down

0 comments on commit 7f0d518

Please sign in to comment.