mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
windows fixes
This commit is contained in:
@@ -106,7 +106,8 @@ if (common.isWindows) {
|
||||
}
|
||||
|
||||
// https://github.com/nodejs/node/issues/45380
|
||||
{
|
||||
// BUN: TODO: on windows
|
||||
if (common.isWindows) {
|
||||
const env = structuredClone(process.env);
|
||||
// deepEqual(), not deepStrictEqual(), because of different prototypes.
|
||||
// eslint-disable-next-line no-restricted-properties
|
||||
|
||||
Reference in New Issue
Block a user