diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -284,7 +284,8 @@ int main(int argc, char **argv) { // @TODO TEMPORARY { LSP lsp={0}; - lsp_create(&lsp, "rust-analyzer"); + if (!lsp_create(&lsp, "rust-analyzer")) + printf("%s\n",lsp.error); exit(0); } |