mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
ts-expect-error instead of ts-ignore
This commit is contained in:
@@ -27,7 +27,7 @@ function setEnvironmentDataInScope(key: string, data: wt.Serializable): Disposab
|
||||
return {
|
||||
[Symbol.dispose]() {
|
||||
// delete the key. ignored because @types/node does not think you can pass undefined to setEnvironmentData
|
||||
// @ts-ignore
|
||||
// @ts-expect-error
|
||||
setEnvironmentData(key);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user