mirror of
https://github.com/got-feedBack/feedBack-desktop.git
synced 2026-09-11 04:54:09 +00:00
1ba9b59e8a7a82944d368d1f76f1d7d0d2ac72f1
PR #107 round-2 review: beginChainRebuild() ran before info[0].As<Napi::String>(), so a non-string argument threw between begin and the worker taking ownership — leaking the barrier and blocking editor opens permanently. Validate + read the argument first; the barrier is now armed only on a path where every exit releases it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
fix(audio): address PR #107 review — close serializer gaps, editor lifetime races, dispatch failures
Languages
C++
52%
TypeScript
18.6%
JavaScript
17.9%
Shell
7.3%
CMake
2.4%
Other
1.8%