remove reference

This commit is contained in:
silverwind 2022-10-26 15:05:38 +02:00
parent 6e805267f7
commit 840f323fb4
Signed by untrusted user: silverwind
GPG Key ID: 2E62B41C93869443

@ -36,7 +36,6 @@ const patchSemvers = new Set(["patch"]);
const minorSemvers = new Set(["patch", "minor"]);
const majorSemvers = new Set(["patch", "minor", "major"]);
// workaround for https://github.com/nodejs/node/issues/6379
for (const stream of [process.stdout, process.stderr]) {
stream?._handle?.setBlocking?.(true);
}