Skip to content

Commit

Permalink
fix normal exit...
Browse files Browse the repository at this point in the history
  • Loading branch information
yatli committed Oct 11, 2021
1 parent 1cdb244 commit b4be2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neovim.fs
Expand Up @@ -169,7 +169,7 @@ type Nvim() as nvim =
ob.OnNext([|box (UnhandledException ex)|])
| _ ->
trace "end read loop."
ob.OnNext([|box Exit|])
ob.OnNext([|box (Exit 0)|])
ob.OnCompleted()
} :> Task

Expand Down

0 comments on commit b4be2e2

Please sign in to comment.