Skip to content

Commit

Permalink
proof
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 30, 2024
1 parent b4f306c commit b11ae04
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ object TreeSitterPlatform {
// otherwise they get GC'd and the app segfaults! Fun times.
new CC {
def lang: org.polyvariant.treesitter4s.Language = langg
def close() = library.close()
def close() = {
library.close()
sys.error("this actually doesn't get called lol")
}
}
}

Expand Down

0 comments on commit b11ae04

Please sign in to comment.