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

Commit

Permalink
assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Oct 11, 2019
1 parent 80a2591 commit 541dfcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/child_process_stream.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function ChildProcessStream:close(signal)
end

uv.run()
assert(self.exitcode)
native.pid_wait(self._pid)
end

Expand Down

0 comments on commit 541dfcf

Please sign in to comment.