mirror of https://github.com/AMT-Cheif/drift.git
Fix typo in parsing error message
This commit is contained in:
parent
e21163d90a
commit
74caeced85
|
@ -30,7 +30,7 @@ class ParsingError implements Exception {
|
|||
|
||||
@override
|
||||
String toString() {
|
||||
return token.span.message('Error: $message}');
|
||||
return token.span.message('Error: $message');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue