diff --git a/js-console-log.logparse b/js-console-log.logparse index 4c776e5..5bc1efd 100644 --- a/js-console-log.logparse +++ b/js-console-log.logparse @@ -9,8 +9,8 @@ # match line starting with 'error ', case-insensitive error /Error:/ -error /^\[ERROR\]/ -error /^\[FAIL\]/ +error /\[ERROR\]/ +error /\[FAIL\]/ # list of warnings here... warning /[Ww]arning/