mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +00:00
docs: misc #31996
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user