This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
Use strictly pipes in ChildProcess, also this fixes a bug with the reporters getting unfiltered stdout
Quite simple, use pipes in the ChildProcess.
This fixes a bug in where the reporters can be given the "unfiltered" nightwatch debug log, which is way to large for any reporter to deal with.
Cheers!