Commit 095e6af0 authored by Alexander Aprelev's avatar Alexander Aprelev Committed by Ryan Macnak

Reroll engine to 2a84f18c795d24ba95baed360fcb58b3dc66d661 (#12487)

parent 5e595d12
459f722b86415da01386fe41f37bafa842f11ae8
2a84f18c795d24ba95baed360fcb58b3dc66d661
......@@ -329,7 +329,7 @@ class FlutterError extends AssertionError {
'_FakeAsync',
'_FrameCallbackEntry',
];
final RegExp stackParser = new RegExp(r'^#[0-9]+ +([^.]+).* \(([^/]*)/[^:]+:[0-9]+(?::[0-9]+)?\)$');
final RegExp stackParser = new RegExp(r'^#[0-9]+ +([^.]+).* \(([^/]*)/.+:[0-9]+(?::[0-9]+)?\)$');
final RegExp packageParser = new RegExp(r'^([^:]+):(.+)$');
final List<String> result = <String>[];
final List<String> skipped = <String>[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment