Skip to content

Commit f50f3b1

Browse files
author
Robert Jackson
committed
Restart resilient mode behavior
I find this behavior to be _very odd_, but it matches what we have under test. Specifically, it seems bizarre to call `next` and then do _anything_ with the response still, calling `next` signifies "I'm done here"!!?!?!!
1 parent 20b93c0 commit f50f3b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ function fastbootExpressMiddleware(distPath, options) {
3535
if (result.error) {
3636
log('RESILIENT MODE CAUGHT:', result.error.stack);
3737
next(result.error);
38-
return;
3938
}
4039

4140
let headers = result.headers;

0 commit comments

Comments
 (0)