Commit 6aa498b
fix(build): correct event-stream-compat import path in watch-win32.ts
build/lib/watch/watch-win32.ts imported './event-stream-compat.ts' which
resolves to build/lib/watch/event-stream-compat.ts — a path that does not
exist. The file lives one directory up at build/lib/event-stream-compat.ts,
so the import must be '../event-stream-compat.ts'.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5ec4cec commit 6aa498b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments