Skip to content

Commit be6d3e4

Browse files
author
Amoki
committed
exit child process after hydration
1 parent 24f093e commit be6d3e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/helpers/child-process.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ process.on('message', function(task) {
7070
err: err,
7171
changes: changes
7272
});
73+
process.exit(0);
7374
});
7475
});

0 commit comments

Comments
 (0)