Skip to content

Commit cf60f63

Browse files
handle writable when manifest is passed
1 parent a06eef2 commit cf60f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ module.exports = class Core {
194194
}
195195
}
196196

197-
const keyPair = opts.keyPair || (opts.key ? null : crypto.keyPair())
197+
const keyPair = opts.keyPair || ((opts.key || opts.manifest) ? null : crypto.keyPair())
198198

199199
const defaultManifest =
200200
!opts.manifest &&

0 commit comments

Comments
 (0)