From e9160317dbffb506e7d09e26eeca446909a6af1d Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 25 Sep 2017 14:54:46 +0200 Subject: [PATCH] cb (error) if any --- src/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app.js b/src/app.js index acaaf45358..c3b27b5bfc 100644 --- a/src/app.js +++ b/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) } }) })