fix default parameters

pull/5370/head
yann300 3 years ago committed by davidzagi93@gmail.com
parent 52465ba12f
commit b0c0146cc9
  1. 6
      apps/solidity-compiler/src/app/compiler.ts

@ -18,9 +18,9 @@ const profile = {
}
const defaultAppParameters = {
'hideWarnings': () => false,
'autoCompile': () => false,
'includeNightlies': () => false
hideWarnings: false,
autoCompile: false,
includeNightlies: false
}
const defaultCompilerParameters = {

Loading…
Cancel
Save