pull/1/head
yann300 7 years ago
parent ef8592dd1c
commit 051db2f88c
  1. 2
      src/app.js

@ -371,7 +371,7 @@ function run () {
var compiler = new Compiler((url, cb) => { var compiler = new Compiler((url, cb) => {
var provider = fileManager.fileProviderOf(url) var provider = fileManager.fileProviderOf(url)
if (provider && provider.exists(url)) { if (provider && provider.exists(url)) {
cb(null, provider.get(url, cb)) return provider.get(url, cb)
} }
handleImports.import(url, (error, content) => { handleImports.import(url, (error, content) => {
if (!error) { if (!error) {

Loading…
Cancel
Save