Travis build: 588

This commit is contained in:
30secondsofcode
2018-10-03 19:29:27 +00:00
parent 127e37f245
commit f50ef7f702
2 changed files with 0 additions and 2 deletions

View File

@@ -6306,7 +6306,6 @@ const isDuplexStream = val =>
val !== null &&
typeof val === 'object' &&
typeof val.pipe === 'function' &&
typeof val.pipe === 'function' &&
typeof val._read === 'function' &&
typeof val._readableState === 'object' &&
typeof val._write === 'function' &&