We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b1a4a commit ba1dd78Copy full SHA for ba1dd78
src/formats/formats.js
@@ -56,6 +56,7 @@ module.exports = {
56
}
57
} else if (format) {
58
var fmt = formatParse(format);
59
+
60
if (module.exports[fmt.scheme]) {
61
if (fmt.keyType === 'private') {
62
module.exports[fmt.scheme].privateImport(key, data, fmt.keyOpt);
0 commit comments