| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c1b3e0e commit a371dea
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ const SlowBuffer = require('buffer').SlowBuffer; | |||
| 12 | 12 | // whether or not to zero-fill was not being reset, causing TypedArrays to | |
| 13 | 13 | // allocate incorrectly. | |
| 14 | 14 | const zeroArray = new Uint32Array(10).fill(0); | |
| 15 | - const sizes = [1e10, 0, 0.1, -1, 'a', undefined, null, NaN]; | ||
| 15 | + const sizes = [1e20, 0, 0.1, -1, 'a', undefined, null, NaN]; | ||
| 16 | 16 | const allocators = [ | |
| 17 | 17 | Buffer, | |
| 18 | 18 | SlowBuffer, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments