Commit 15b79bbd authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #821 from ethereum/fixImport3

cb(error) if any
parents 92b79e1d e9160317
......@@ -378,6 +378,8 @@ function run () {
// FIXME: at some point we should invalidate the browser cache
filesProviders['browser'].addReadOnly(url, content)
cb(null, content)
} else {
cb(error)
}
})
})
......
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