Skip to content

Commit

Permalink
Fix EXE_BAD_ACCESS error on Dart (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoolwinter authored Jul 12, 2023
1 parent 630f362 commit af29ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CodeEditLanguages/TreeSitterModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public class TreeSitterModel {

/// Query for `Dart` files.
public private(set) lazy var dartQuery: Query? = {
return query(for: .dart)
return queryFor(.dart)
}()

/// Query for `Dockerfile` files.
Expand Down

0 comments on commit af29ab4

Please sign in to comment.