We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c16b0b commit e7789d0Copy full SHA for e7789d0
index.js
@@ -50,6 +50,7 @@ module.exports = function () {
50
output.push(formatComment(res))
51
}
52
output.push(LF + LF)
53
+ output.push(null)
54
})
55
56
function update() {
0 commit comments