mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
make node:buffer,zlib,stream,fs exception checker clear (#20494)
This commit is contained in:
@@ -245,7 +245,7 @@ const shouldValidateExceptions = (() => {
|
||||
}
|
||||
skipArray = readFileSync(path, "utf-8")
|
||||
.split("\n")
|
||||
.filter(line => !line.startsWith("#"));
|
||||
.filter(line => !line.startsWith("#") && line.length > 0);
|
||||
}
|
||||
return !(skipArray.includes(test) || skipArray.includes("test/" + test));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user