Skip to content
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

Compare
Choose a tag to compare
@g00dnatur3 g00dnatur3 released this 26 Aug 23:12
· 36 commits to master since this release
7c8c597

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!