Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export function isIgnorableConnectionError(err) {
|
||||
const code = err?.code;
|
||||
return code === "EPIPE" || code === "ECONNRESET" || code === "ERR_STREAM_DESTROYED";
|
||||
}
|
||||
Reference in New Issue
Block a user