Also try actually returning the value

This commit is contained in:
David Baker 2020-03-06 14:50:53 +00:00
parent 763b176b2e
commit 7f25e23878

View file

@ -30,6 +30,8 @@ function computeSignToolArgs(options, keyContainer, inputFile) {
args.push("/debug")
// must be last argument
args.push(inputFile)
return args;
}
exports.default = async function(cfg) {