Conversation
This adds node v10 to both Travis and Appveyor.
|
Well, I'm confused about > s.exec('echo 0123456789', { maxBuffer: 6 }) // How can this have correct output??
0123456789
{ [String: '0123456789\n']
stdout: '0123456789\n',
stderr: '',
code: 0,
cat: [Function: bound ],
exec: [Function: bound ],
grep: [Function: bound ],
head: [Function: bound ],
sed: [Function: bound ],
sort: [Function: bound ],
tail: [Function: bound ],
to: [Function: bound ],
toEnd: [Function: bound ],
uniq: [Function: bound ] } |
|
Maybe |
|
Woops, got a bit eager with the approve button. I did some investigating, and it turns out that in v10, using If |
Ack. It sounds like we need to rewrite the test, and to also modify |
|
Blocked by #915 |
|
Close in favor of #921 |
This adds node v10 to both Travis and Appveyor.