Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stacktrace of onError methods #963

Merged
merged 3 commits into from
Mar 15, 2020
Merged

Fix stacktrace of onError methods #963

merged 3 commits into from
Mar 15, 2020

Conversation

GiancarloCode
Copy link
Contributor

Status

READY

Breaking Changes

NO

Description

The stacktrace was always null in onError methods, I have fixed it and also fixed the tests since they failed after the change.

@codecov
Copy link

codecov bot commented Mar 15, 2020

Codecov Report

Merging #963 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #963   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          23     23           
  Lines         378    378           
=====================================
  Hits          378    378
Impacted Files Coverage Δ
packages/bloc/lib/src/bloc.dart 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31af209...15ba932. Read the comment docs.

Copy link
Owner

@felangel felangel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Thanks for fixing this 🥳

@felangel felangel assigned felangel and GiancarloCode and unassigned felangel Mar 15, 2020
@felangel felangel added bug Something isn't working pkg:bloc This issue is related to the bloc package labels Mar 15, 2020
@felangel felangel merged commit f2158fa into felangel:master Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pkg:bloc This issue is related to the bloc package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants