Skip to content

Commit

Permalink
renamed config run_command to runCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed May 23, 2022
1 parent 3dd930e commit 2822c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
async function runCommands() {
console.log("run command")

if (Edrys.module.config.run_command) {
Edrys.sendMessage(Edrys.module.config.run_command, editor.getValue())
if (Edrys.module.config.runCommand) {
Edrys.sendMessage(Edrys.module.config.runCommand, editor.getValue())
}
}

Expand Down

0 comments on commit 2822c6d

Please sign in to comment.