Fix typo (#48385)
This commit is contained in:
parent
4d096c434f
commit
5129c2d295
@ -81,7 +81,7 @@ class StackFrame {
|
||||
? RegExp(r'^(package:.+) (\d+):(\d+)\s+(.+)$')
|
||||
: RegExp(r'^(.+) (\d+):(\d+)\s+(.+)$');
|
||||
final Match match = parser.firstMatch(line);
|
||||
assert(match != null, 'Expecgted $line to match $parser.');
|
||||
assert(match != null, 'Expected $line to match $parser.');
|
||||
|
||||
String package = '<unknown>';
|
||||
String packageScheme = '<unknown>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user