mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
Add eslint task. Needs eslintrc tweaking.
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports.readAll = function(stream) {
|
||||
}
|
||||
|
||||
function readableListener() {
|
||||
var chunk;
|
||||
var chunk
|
||||
while ((chunk = stream.read())) {
|
||||
collected = Buffer.concat([collected, chunk])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user