Commit 65dd0e5
committed
Bug fix: New
- This issue was causing certain libraries, such as `spork/cjanet`, to cause incorrect RPC responses. When the library code involves printing to stdout, that data was being included in the stdout output sent to the LSP client. Putting stderr into `root-env`'s `*out*` means that evaluated imports wil print to stderr instead of stdout, avoiding the issue.eval-envs should set *out* to stderr1 parent fad0f1e commit 65dd0e5
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
| 467 | + | |
467 | 468 | | |
468 | 469 | | |
469 | 470 | | |
| |||
0 commit comments