Comparing version 2.0.1 to 2.0.2
@@ -35,8 +35,8 @@ /* | ||
})); | ||
wrap.push(driver(stream, options(opts || {}), function (err) { | ||
driver(stream, options(opts || {}), function (err) { | ||
if (err) { | ||
b.emit('error', err); | ||
} | ||
})); | ||
}).pipe(process.stdout); | ||
}; |
{ | ||
"name": "min-wd", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Minimal WebDriver that pipes stdin to browsers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16339