mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
* fix(Bun.serve): return EACCESS when we don't have perms The error reported to js land when listening fails was always the same, this adds a second one for EACCESS when we are not the super user. Fixes: https://github.com/oven-sh/bun/issues/7187 * fix: adjust code to be only ran on linuz * fix: correct typo * fix: remove comment since its linux only now