| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
The polling always blocks for the full delay, and the shutdown behavior lacks regression coverage.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review details
Sorry, something went wrong.
| for (let i = 0; i < 50 && this.child.exitCode === null && this.child.signalCode === null; i++) { | ||
| Atomics.wait(sleepBuf, 0, 0, 1); | ||
| } | ||
| if (this.child.exitCode === null && this.child.signalCode === null) { | ||
| this.child.kill(); |
| for (let i = 0; i < 50 && this.child.exitCode === null && this.child.signalCode === null; i++) { | ||
| Atomics.wait(sleepBuf, 0, 0, 1); | ||
| } | ||
| if (this.child.exitCode === null && this.child.signalCode === null) { | ||
| this.child.kill(); |
| Back | FazBrowse Home | New Git URL |
Fixes #64242