mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
Fix all JSHint complaints in Node.js code.
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = syrup.serial()
|
||||
|
||||
function readableListener() {
|
||||
var chunk
|
||||
while (chunk = stream.read()) {
|
||||
while ((chunk = stream.read())) {
|
||||
push.send([
|
||||
channel
|
||||
, wireutil.envelope(new wire.TransactionProgressMessage(
|
||||
|
||||
Reference in New Issue
Block a user