fix(process): start pty process eof timer on main thread (#27625)

This commit is contained in:
zeertzjq
2024-02-26 09:47:49 +08:00
committed by GitHub
parent 185752614d
commit 268066e014
5 changed files with 44 additions and 32 deletions

View File

@@ -1239,7 +1239,6 @@ describe('pty process teardown', function()
end)
it('does not prevent/delay exit. #4798 #4900', function()
skip(is_os('win'))
-- Use a nested nvim (in :term) to test without --headless.
fn.termopen({
helpers.nvim_prog,