Commit a7cc69b0 authored by yann300's avatar yann300 Committed by davidzagi93@gmail.com

fix default parameters

parent 8ed3a995
...@@ -18,9 +18,9 @@ const profile = { ...@@ -18,9 +18,9 @@ const profile = {
} }
const defaultAppParameters = { const defaultAppParameters = {
'hideWarnings': () => false, hideWarnings: false,
'autoCompile': () => false, autoCompile: false,
'includeNightlies': () => false includeNightlies: false
} }
const defaultCompilerParameters = { const defaultCompilerParameters = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment