| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c68c7d0 commit c604d88
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -193,7 +193,7 @@ class X509Certificate { | |||
| 193 | 193 | if (value === undefined) { | |
| 194 | 194 | const cert = this[kHandle].getIssuerCert(); | |
| 195 | 195 | if (cert) | |
| 196 | - value = new InternalX509Certificate(this[kHandle].getIssuerCert()); | ||
| 196 | + value = new InternalX509Certificate(cert); | ||
| 197 | 197 | this[kInternalState].set('issuerCertificate', value); | |
| 198 | 198 | } | |
| 199 | 199 | return value; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments