Commit e9160317 authored by yann300's avatar yann300

cb (error) if any

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