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