forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix frontend_server error reporting. (flutter#4461)
* Do not use CompilerOptions.onError to report errors. CompilerMessage does not carry correct SourceSpan which makes errors unreadable: they all point to line 1 column XYZ. * Run dartfmt on frontend_server/lib/server.dart. * Fix linting issues for frontend_server
- Loading branch information
1 parent
2383bb7
commit e0d19e2
Showing
1 changed file
with
61 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters