File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -361,8 +361,8 @@ <h2 class="f4">What does it mean if I get an error?</h2>
361
361
}
362
362
if ( provider . DataAvailableOverHTTP . Enabled === true ) {
363
363
const httpRes = provider . DataAvailableOverHTTP
364
- outText += `\t\tHTTP Connected: ${ httpRes . Connected ? '✅' : '❌' } ${ provider . DataAvailableOverHTTP . Error || '' } `
365
- outText += `\n\t\tHTTP HEAD request: ${ httpRes . Requested ? '✅' : '❌' } ${ provider . DataAvailableOverHTTP . Error || '' } `
364
+ outText += `\t\tHTTP Connected: ${ httpRes . Connected ? '✅' : '❌' } `
365
+ outText += `\n\t\tHTTP HEAD request: ${ httpRes . Requested ? '✅' : '❌' } `
366
366
outText += `\n\t\tHTTP Found: ${ httpRes . Found ? '✅' : '❌' } ${ provider . DataAvailableOverHTTP . Error || '' } `
367
367
}
368
368
outText += ( couldConnect && provider . ConnectionMaddrs ) ? `\n\t\tSuccessful Connection Multiaddr${ provider . ConnectionMaddrs . length > 1 ? 's' : '' } :\n\t\t\t${ provider . ConnectionMaddrs ?. join ( '\n\t\t\t' ) || '' } ` : ''
You can’t perform that action at this time.
0 commit comments