run-headless-chromium
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "run-headless-chromium", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Run Chromium or Google Chrome in headless mode and forward the JS console output to the standard output.", | ||
@@ -5,0 +5,0 @@ "author": "Rob Wu <rob@robwu.nl> (https://robwu.nl/)", |
@@ -27,3 +27,3 @@ #!/usr/bin/env node | ||
// Log severity = $1 | ||
'(INFO|WARNING|ERROR|ERROR_REPORT|FATAL|VERBOSE\d*|UNKNOWN)' + | ||
'(INFO|WARNING|ERROR|ERROR_REPORT|FATAL|VERBOSE\\d*|UNKNOWN)' + | ||
// source = $2 and line number = $3 | ||
@@ -30,0 +30,0 @@ ':(.*?)\\((\\d+)\\)' + |
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
10379