mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-14 20:22:15 -04:00
conversation cubit work
This commit is contained in:
parent
2e4deb2038
commit
cd5d10ec1f
8 changed files with 515 additions and 168 deletions
|
@ -6,7 +6,7 @@ Never throwErrorWithCombinedStackTrace(Object error, StackTrace stackTrace) {
|
|||
final chain = Chain([
|
||||
Trace.current(),
|
||||
...Chain.forTrace(stackTrace).traces,
|
||||
]); // .foldFrames((frame) => frame.package == 'riverpod');
|
||||
]); // .foldFrames((frame) => frame.package == 'xxx');
|
||||
|
||||
Error.throwWithStackTrace(error, chain.toTrace().vmTrace);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue