Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit 541dfcf

Browse files
committed
assertion
1 parent 80a2591 commit 541dfcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nvim/child_process_stream.lua

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ function ChildProcessStream:close(signal)
6363
end
6464

6565
uv.run()
66+
assert(self.exitcode)
6667
native.pid_wait(self._pid)
6768
end
6869

0 commit comments

Comments
 (0)