Commit 2796b16
committed
fix(tsgolint): pipe tsgolints stderr (#14477)
Since we converted oxlint to a napi package, go's debug logging broke.
It is unclear to me exactly why this broke, but this PR explicitly passes `stderr()` to the stderr handler of the child process which fixes ths issue.
If anyone has any better ideas/solutions, please let me know.
This blocks debugging/investigating oxc-project/tsgolint#2881 parent 650ea68 commit 2796b16
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments