lua-client icon indicating copy to clipboard operation
lua-client copied to clipboard

feat(ChildProcessStream): capture exit code on exit

Open vigoux opened this issue 2 years ago • 6 comments

As discussed here.

cc @justinmk

vigoux avatar Jul 01 '22 08:07 vigoux

I somehow can't run the tests locally though/

vigoux avatar Jul 01 '22 08:07 vigoux

I ran the tests, but for some reason I can't make it work ?

vigoux avatar Jul 01 '22 09:07 vigoux

do you mean , the test fails?

justinmk avatar Jul 01 '22 10:07 justinmk

Should be all good now. The problem is that we have to force the uv loop to run a bit in order to get the exit code.

vigoux avatar Jul 01 '22 12:07 vigoux

So, this does not work (again), and this time I really don't know why. I don't have more time at hand for now, I'll dig into this later.

vigoux avatar Jul 01 '22 14:07 vigoux

Related/duplicate: https://github.com/neovim/lua-client/pull/44

justinmk avatar Jun 30 '23 13:06 justinmk