Skip to content

Commit 76875a7

Browse files
committed
fix polyfill
1 parent e79f6d6 commit 76875a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup/polyfills/es5.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if (!('findIndex' in Array.prototype)) {
2020
return i;
2121
}
2222
}
23+
return -1;
2324
};
2425
}
2526
if (!('includes' in String.prototype)) {

0 commit comments

Comments
 (0)