diff options
Diffstat (limited to 'lsp-write.c')
-rw-r--r-- | lsp-write.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lsp-write.c b/lsp-write.c index bb41d03..c32b8f6 100644 --- a/lsp-write.c +++ b/lsp-write.c @@ -332,7 +332,6 @@ static void message_writer_write_and_free(LSP *lsp, JSONWriter *o) { printf("%s%s%s\n",term_bold(stdout),content,term_clear(stdout)); #endif - // @TODO: does write always write the full amount? probably not. this should be fixed. process_write(lsp->process, content, strlen(content)); str_builder_free(&builder); |