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

fix: eslintInstance may not be initialized when calling lintFiles in the worker #40

Merged
merged 3 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. fix: 修复 worker 模式下 eslintInstance 为undefind的问题

    修复在worker模式下因异步问题导致经常报错 Cannot read properties of undefined (reading 'lintFiles')
    fuxichen committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a3f4f56 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fix: 调整实现方案

    fuxichen committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ecf971b View commit details
    Browse the repository at this point in the history
  2. chore: add comment

    ModyQyW committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cdca14b View commit details
    Browse the repository at this point in the history