mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
79d1445796
The goal of this PR is to address issue #20106 where a `TypeError` occurs when the variables `uid` and `gid` from `userInfo()` in `node:os` are reassigned if the user is on Windows. Both `uid` and `gid` are marked as `const` therefore producing a `TypeError` when the two are reassigned. This PR achieves that goal by marking `uid` and `gid` as `let` |
||
---|---|---|
.. | ||
common | ||
fixtures | ||
internet | ||
parallel | ||
pseudo-tty | ||
pummel | ||
sequential |