Update compiler-abstract.ts

pull/2283/head
yann300 3 years ago committed by GitHub
parent 5da761a0e2
commit 03b2c724c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-solidity/src/compiler/compiler-abstract.ts

@ -14,7 +14,7 @@ export class CompilerAbstract {
}
getContracts () {
return this.data.contracts
return this.data.contracts || {}
}
getContract (name) {

Loading…
Cancel
Save