Merge pull request #2393 from ethereum/yann300-patch-2

Fix adding import to the browser explorer
pull/1/head
Liana Husikyan 5 years ago committed by GitHub
commit d08fb06eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/tabs/compileTab/compileTab.js

@ -93,7 +93,7 @@ class CompileTab {
if (error) return cb(error)
if (this.fileProvider) {
this.fileProvider.addExternal(cleanUrl, content, url)
this.fileProvider.addExternal(type + '/' + cleanUrl, content, url)
}
cb(null, content)
})

Loading…
Cancel
Save