cb (error) if any

pull/1/head
yann300 7 years ago
parent 92b79e1df8
commit e9160317db
  1. 2
      src/app.js

@ -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)
}
})
})

Loading…
Cancel
Save