Comparing version 2.4.0 to 2.4.1
# Changes | ||
## 2.4.1 | ||
- Start log polling more quickly | ||
- Write out parsed response status code in failure cases | ||
## 2.4.0 | ||
@@ -4,0 +9,0 @@ |
@@ -89,3 +89,3 @@ /* | ||
pollLogs(context, callback); | ||
}, 100); | ||
}, 10); | ||
}); | ||
@@ -92,0 +92,0 @@ } |
@@ -36,2 +36,4 @@ /* | ||
var parsed = JSON.parse(body); | ||
context.out.write('Response Status Code: ' + parsed.status | ||
+ '\nResponse Message:\n'); | ||
context.out.write(indent(parsed.value.message) + '\n'); | ||
@@ -38,0 +40,0 @@ } catch (e) { |
{ | ||
"name": "min-wd", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"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
20397
484