Skip to content

Commit e7789d0

Browse files
committed
End the output stream
1 parent 7c16b0b commit e7789d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ module.exports = function () {
5050
output.push(formatComment(res))
5151
}
5252
output.push(LF + LF)
53+
output.push(null)
5354
})
5455

5556
function update() {

0 commit comments

Comments
 (0)