Fixed lint errors
This commit is contained in:
parent
b68adbd9a8
commit
76204f5f47
@ -124,10 +124,10 @@ const PublicKey = {
|
||||
}
|
||||
|
||||
// Signature fields
|
||||
var breakoutSig = false;
|
||||
let breakoutSig = false;
|
||||
try {
|
||||
breakoutSig = r.ASN1HEX.dump(certSig).indexOf("SEQUENCE") === 0;
|
||||
} catch(err) {
|
||||
} catch (err) {
|
||||
// Error processing signature, output without further breakout
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user