Also try actually returning the value
This commit is contained in:
@@ -30,6 +30,8 @@ function computeSignToolArgs(options, keyContainer, inputFile) {
|
|||||||
args.push("/debug")
|
args.push("/debug")
|
||||||
// must be last argument
|
// must be last argument
|
||||||
args.push(inputFile)
|
args.push(inputFile)
|
||||||
|
|
||||||
|
return args;
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.default = async function(cfg) {
|
exports.default = async function(cfg) {
|
||||||
|
|||||||
Reference in New Issue
Block a user