mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
* fix: properly clean up Vite server when build fails Ensures the Vite server process is terminated when a build fails during 'wails3 dev', preventing port conflicts on subsequent runs. Fixes #4403 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * fix: add defer for watcher cleanup and tidy up returns - Add defer cleanup() to ensure resources are always freed - Remove manual cleanup in error path since defer handles it - Simplify error handling for better maintainability Addresses feedback on PR #4436 * fix: prevent channel deadlock in watcher cleanup - Separate cleanup logic from channel notification - cleanup() only stops the engine - signalCleanup() handles both cleanup and channel notification - Prevents deadlock when function exits normally --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assetserver | ||
| buildinfo | ||
| capabilities | ||
| changelog | ||
| commands | ||
| dbus | ||
| debug | ||
| doctor | ||
| fileexplorer | ||
| flags | ||
| generator | ||
| github | ||
| go-common-file-dialog | ||
| hash | ||
| operatingsystem | ||
| packager | ||
| runtime | ||
| s | ||
| service | ||
| signal | ||
| templates | ||
| term | ||
| version | ||