doc: set encoding to hex before piping hash
I found out that piping a hash to the stdout output would print a
non-hex set of characters, however, the examples are intended to print
out a hex-encoded output so, my proposal here is simple, we set the
encoding to `hex` before piping the response of the hash algo by calling
`hash.setEncoding('hex');`. With this the example is fixed
PR-URL: https://github.com/nodejs/node/pull/35338
Reviewed-By:
Anna Henningsen <anna@addaleax.net>
Reviewed-By:
Tobias Nießen <tniessen@tnie.de>
Reviewed-By:
Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By:
Rich Trott <rtrott@gmail.com>
parent
73900983
Please register or sign in to comment