fix: function was renamed (#23772)

This commit is contained in:
Matthieu Coudron 2023-05-26 21:51:18 +02:00 committed by GitHub
parent d3a22ff242
commit 44d4ae448d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ function LanguageTree:_set_logger()
local lang = self:lang()
local logfilename = vim.fs._join_paths(vim.fn.stdpath('log'), 'treesitter.log')
local logfilename = vim.fs.joinpath(vim.fn.stdpath('log'), 'treesitter.log')
local logfile, openerr = io.open(logfilename, 'a+')