Unverified Commit d08fb06e authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

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

Fix adding import to the browser explorer
parents 7d6386c3 0c9bc0ba
......@@ -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)
})
......
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