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
fixup! src: include crypto in the bootstrap snapshot
  • Loading branch information
joyeecheung committed Mar 3, 2022
commit 9be337e4ed9ccd9e1101acb8f920f64e10820562
2 changes: 1 addition & 1 deletion lib/crypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ ObjectDefineProperty(constants, 'defaultCipherList', {
writable: true,
configurable: true,
enumerable: true,
value
value
});
return value;
},
Expand Down