Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't throw error from flutter-l10n-flycheck workdir function
Throwing an error from the working-directory function leads to freezes in buffers that produce an error. `(flutter-project-get-root)` throws an error when the project is not a flutter project. This change fixes the freezes experienced in `dart-mode` buffers for files that are not part of a flutter project.
- Loading branch information