chore: no special sorting for errors
This commit is contained in:
parent
89790609db
commit
12ac42ef5f
1 changed files with 0 additions and 4 deletions
|
|
@ -80,10 +80,6 @@ export class StreamResolver {
|
|||
return bytesComparison;
|
||||
}
|
||||
|
||||
if (a.error || b.error) {
|
||||
return a.error ? 1 : -1;
|
||||
}
|
||||
|
||||
if (a.isExternal || b.isExternal) {
|
||||
return a.isExternal ? 1 : -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue