Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lib/internal/crypto/keygen.js
Co-authored-by: Livia Medeiros <livia@cirno.name>
  • Loading branch information
panva and LiviaMedeiros authored Jun 15, 2025
commit 8763f53420752fa253e8dbc3572054acc9f0c526
4 changes: 2 additions & 2 deletions lib/internal/crypto/keygen.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ function createJob(mode, type, options) {
// opted to throw an error if mgf1Hash is specified rather than removing
// it entirely.
throw new ERR_INVALID_ARG_VALUE(
'options.hash',
options.hash,
'options.mgf1Hash',
options.mgf1Hash,
'is no longer supported',
);
}
Expand Down
Loading