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

Fix adding import to the browser explorer
pull/5370/head
Liana Husikyan 5 years ago committed by GitHub
commit ecafad1787
  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