You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a tested app command (provided via the --app parameter) outputs a large number of log messages to stdout or stderr, it can overflow child process buffers used by the child_process.exec function. We should use child_process.spawn that doesn't have this limitation.
The text was updated successfully, but these errors were encountered:
When a tested app command (provided via the
--app
parameter) outputs a large number of log messages tostdout
orstderr
, it can overflow child process buffers used by thechild_process.exec
function. We should usechild_process.spawn
that doesn't have this limitation.The text was updated successfully, but these errors were encountered: