Skip to content

Commit 4006240

Browse files
committed
style: use uppercase crypto constants
1 parent 2926244 commit 4006240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export default class WebpackRunner {
244244
config.cache = false;
245245
}
246246
else {
247-
const hash = crypto.createHash( "sha3-512" );
247+
const hash = crypto.createHash( "SHA3-512" );
248248

249249
hash.update( JSON.stringify( this.#env ) );
250250

0 commit comments

Comments
 (0)