Skip to content

Commit

Permalink
Merge 5e6c8e3 into dee801a
Browse files Browse the repository at this point in the history
  • Loading branch information
pellaea committed May 17, 2024
2 parents dee801a + 5e6c8e3 commit 227aefa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/parse_log
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ grep -v 'ActionController::RoutingError' |
grep -v 'ActiveRecord::RecordNotFound' |
grep -v 'InvalidAuthenticityToken' |
grep -v 'Rack::QueryParser::InvalidParameterError' |
grep -v 'ActionView::Template::Error .Character not in alphabet' \
grep -v 'ActionView::Template::Error .Character not in alphabet' |
grep -v 'WebSocket error occurred: Broken pipe' \
> $new_errors || true

touch $old_errors
Expand Down

0 comments on commit 227aefa

Please sign in to comment.