We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cc2520 + 320379b commit 2eda26dCopy full SHA for 2eda26d
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