mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-05 06:20:44 -05:00
committed by
Brian Mann
parent
e5626d050a
commit
97e3092300
@@ -7,6 +7,7 @@ const debugXvfb = require('debug')('cypress:xvfb')
|
||||
const { throwFormErrorText, errors } = require('../errors')
|
||||
|
||||
const xvfb = Promise.promisifyAll(new Xvfb({
|
||||
timeout: 5000, // milliseconds
|
||||
onStderrData (data) {
|
||||
if (debugXvfb.enabled) {
|
||||
debugXvfb(data.toString())
|
||||
|
||||
Reference in New Issue
Block a user