summaryrefslogtreecommitdiff
path: root/ext/kv/sqlite.rs
diff options
context:
space:
mode:
authorEvan <96965321+0xIchigo@users.noreply.github.com>2023-08-16 05:28:49 -0400
committerGitHub <noreply@github.com>2023-08-16 11:28:49 +0200
commit79d144579606e95774aedf79c2a165602be0205d (patch)
tree8a2419564ab3ec66011fb861dd937260e2953363 /ext/kv/sqlite.rs
parent71d2f4cb97b6cc85cf58c632ecde05cc262ff44f (diff)
fix(ext/node): allow for the reassignment of userInfo() on Windows (#20165)
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`
Diffstat (limited to 'ext/kv/sqlite.rs')
0 files changed, 0 insertions, 0 deletions