mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Add eslint task. Needs eslintrc tweaking.
This commit is contained in:
parent
4d0983a80f
commit
466af18058
5 changed files with 27 additions and 3 deletions
|
@ -26,7 +26,7 @@ module.exports.readAll = function(stream) {
|
|||
}
|
||||
|
||||
function readableListener() {
|
||||
var chunk;
|
||||
var chunk
|
||||
while ((chunk = stream.read())) {
|
||||
collected = Buffer.concat([collected, chunk])
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue