This commit is contained in:
Justin M. Keyes
2025-03-02 14:27:52 -08:00
committed by GitHub
parent 0a5a0efda6
commit c4a0c1d3b0
28 changed files with 256 additions and 218 deletions

View File

@@ -19,7 +19,7 @@ describe('thread', function()
screen = Screen.new(50, 10)
end)
it('handle non-string error', function()
it('non-string error()', function()
exec_lua [[
local thread = vim.uv.new_thread(function()
error()