We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc2520 commit 320379bCopy full SHA for 320379b
1 file changed
test/client/tape-helper.js
@@ -10,7 +10,7 @@ test.createStream().on('data', function (log) {
10
con.write(JSON.stringify({ op: 'log', log: log.toString() }) + '\n')
11
success = log === '\n# ok\n'
12
}).on('end', function () {
13
- con.write(JSON.stringify({ op: 'end', success: success }) + '\n')
+ con.write(JSON.stringify({ op: 'end', success }) + '\n')
14
con.end()
15
})
16
0 commit comments