Skip to content

Commit

Permalink
Small formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Feb 1, 2017
1 parent 0594062 commit 35412ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_package/src/clientStartup.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ You should return a React.Component always for the client side entry point.`);
}
}
} catch (e) {
e.message = `ReactOnRails encountered an error while rendering component: ${name}.` +
e.message = `ReactOnRails encountered an error while rendering component: ${name}.\n` +
`Original message: ${e.message}`;
throw e;
}
Expand Down

0 comments on commit 35412ba

Please sign in to comment.