Skip to content

Commit af29ab4

Browse files
Fix EXE_BAD_ACCESS error on Dart (#52)
1 parent 630f362 commit af29ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditLanguages/TreeSitterModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public class TreeSitterModel {
126126

127127
/// Query for `Dart` files.
128128
public private(set) lazy var dartQuery: Query? = {
129-
return query(for: .dart)
129+
return queryFor(.dart)
130130
}()
131131

132132
/// Query for `Dockerfile` files.

0 commit comments

Comments
 (0)