Skip to content

Commit

Permalink
chore: prerender path error log (umijs#5115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 authored Jul 29, 2020
1 parent 1d7a561 commit 220711e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default (api: IApi) => {
return html;
} else {
serverRenderFailed = true;
api.logger.error('[SSR]', error);
api.logger.error(`[SSR] ${route.path}`, error);
}
} catch (e) {
serverRenderFailed = true;
Expand Down

0 comments on commit 220711e

Please sign in to comment.