We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87af34 commit 6f4e30dCopy full SHA for 6f4e30d
lib/internal/crypto/cipher.js
@@ -37,7 +37,7 @@ const { deprecate, normalizeEncoding } = require('internal/util');
37
let StringDecoder;
38
39
function rsaFunctionFor(method, defaultPadding) {
40
- return function(options, buffer) {
+ return (options, buffer) => {
41
const key = options.key || options;
42
const padding = options.padding || defaultPadding;
43
const passphrase = options.passphrase || null;
0 commit comments