mirror of
https://github.com/cdr/code-server.git
synced 2025-12-09 09:55:30 +01:00
We pipe the child's stdout and stderr to the log file (and to the parent's streams) but since we used `inherit` for `stdio` this caused the child to use the parent's streams directly which made `child.stdout` and `child.stderr` non-existent and thus we had no file logging. Using `pipe` creates stdin and stderr on the child. |
||
|---|---|---|
| .. | ||
| browser | ||
| common | ||
| node | ||