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

Commit

Permalink
Merge remote-tracking branch 'vanilla/next' into gaps-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Airblader committed Nov 3, 2020
2 parents 38f5c50 + 1d9160f commit 04442cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/ipc
Expand Up @@ -161,6 +161,14 @@ sending a reply. Expect the socket to be shut down.
[{ "success": true }]
-------------------

When the specified command cannot be parsed, `success` will be false and
`parse_error` will be true:

*Example:*
-------------------
[{ "success": false, "parse_error": true }]
-------------------

[[_workspaces_reply]]
=== WORKSPACES reply

Expand Down

0 comments on commit 04442cd

Please sign in to comment.