Skip to content

Commit c140018

Browse files
committed
bug: missing return
1 parent 3e1c2f9 commit c140018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/signed-xml.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ SignedXml.prototype.checkSignature = function(xml, callback) {
369369
return false;
370370
} else {
371371
callback(new Error('Could not validate references'))
372+
return
372373
}
373374
}
374375

0 commit comments

Comments
 (0)