Skip to content

Commit

Permalink
remove debug mode #7
Browse files Browse the repository at this point in the history
  • Loading branch information
decioferreira committed Oct 4, 2024
1 parent d52a4a6 commit 130f015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guida.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const childProcess = require("child_process");

try {
childProcess.execSync(
`elm make src/Terminal/Main.elm --debug --output ./bin/guida.js`
`elm make src/Terminal/Main.elm --output ./bin/guida.js`
);
} catch (e) {
console.error(e);
Expand Down

0 comments on commit 130f015

Please sign in to comment.