Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't throw error from flutter-l10n-flycheck workdir function #30

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

fapdash
Copy link
Contributor

@fapdash fapdash commented Aug 23, 2024

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.

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.
@amake amake merged commit e3e5480 into amake:master Aug 23, 2024
4 of 5 checks passed
@amake
Copy link
Owner

amake commented Aug 23, 2024

Thanks!

@fapdash fapdash deleted the flycheck-workdir-func-no-error branch August 23, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants