Closed decioferreira closed 1 month ago
Currently the generated code requires to be ran with the --debug flag, we need to remove it.
--debug
This can be found on lib/guida.js:
lib/guida.js
try { childProcess.execSync( `elm make terminal/src/Main.elm --debug --output ${jsFile}` ); } catch (e) { process.exit(255); }
Currently the generated code requires to be ran with the
--debug
flag, we need to remove it.This can be found on
lib/guida.js
: