Commit 77ececa
fix: move getCacheDir before Telemetry init to preserve CI cache warning
The Telemetry constructor creates distDir/cache in CI environments via
getStorageDirectory(). Moving telemetry init before installBindings
(previous commit) inadvertently caused getCacheDir's "no-cache" warning
to be suppressed because the cache dir already existed when checked.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 748be3b commit 77ececa
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
1023 | 1027 | | |
1024 | 1028 | | |
1025 | 1029 | | |
| |||
1123 | 1127 | | |
1124 | 1128 | | |
1125 | 1129 | | |
1126 | | - | |
1127 | | - | |
1128 | 1130 | | |
1129 | 1131 | | |
1130 | 1132 | | |
| |||
0 commit comments