Fix adding import to the browser explorer

pull/1/head
yann300 5 years ago committed by GitHub
parent 7d6386c395
commit 0c9bc0ba22
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