Skip to content

Commit f05a6b5

Browse files
author
Amoki
committed
semicolon
1 parent b2d5586 commit f05a6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers/hydrater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ module.exports = function(hydraterFunction, logger, errLogger) {
129129
});
130130

131131
child.on('message', function(res) {
132-
var err = res.err
132+
var err = res.err;
133133
// If the function replied with an "HydrationError", we'll wrap this in a nicely formatted document
134134
// and stop the error from bubbling up.
135135
if(err && err._hydrationError) {

0 commit comments

Comments
 (0)