Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Sep 20, 2022
1 parent 8d059fa commit 91568bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/react/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async function renderToStaticNodeStreamAsync(vnode) {
let html = '';
return new Promise((resolve, reject) => {
let stream = ReactDOM.renderToStaticNodeStream(vnode);
stream.on('error', err => {
stream.on('error', (err) => {
reject(err);
});
stream.pipe(
Expand Down

0 comments on commit 91568bb

Please sign in to comment.