Commit 1103930
committed
fix: remove await from HMR server check for Windows 10 F5 debugging
🐛 Windows 10 F5 Debug Fix:
- Remove await from axios.get() call in HMR server check
- Prevents blocking behavior during F5 debugging on Windows 10
- Maintains error handling while improving debugging experience
This change specifically addresses F5 debugging issues on Windows 10
where the await was causing unnecessary delays in the development workflow.1 parent ff50a47 commit 1103930
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
| 578 | + | |
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| |||
0 commit comments