Skip to content

Commit

Permalink
Hold on ability to eval
Browse files Browse the repository at this point in the history
  • Loading branch information
pylixonly committed Feb 28, 2024
1 parent e491742 commit d633f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function patchCommands() {

// Register core commands
[
require("@/core/commands/eval"),
// require("@/core/commands/eval"),
require("@/core/commands/debug"),
require("@/core/commands/plugins")
].forEach(r => registerCommand(r.default()));
Expand Down

0 comments on commit d633f4e

Please sign in to comment.