-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The support for the `noAssert` argument dropped for the upcoming Node.js 10.x release. This just removes the argument and should not have any further impact.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your
Utils.crc32
returnsUInt32LE
.When
noAssert
parameter valuetrue
is removed this line can produce the error:TypeError: "value" argument is out of bounds
To resolve this issue you have to use
writeUInt32LE
in this line.