Skip to content

Commit

Permalink
fix(platform): display error overlay in SSR mode (analogjs#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored and Villanuevand committed Sep 12, 2023
1 parent 4733e86 commit dfa8708
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/platform/src/lib/ssr/dev-server-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export function devServerPlugin(options: ServerOptions): Plugin {
</body>
</html>
`);

throw e;
}
});
};
Expand Down

0 comments on commit dfa8708

Please sign in to comment.