Skip to content

Commit e32d32a

Browse files
wasm cfg
1 parent a4437f9 commit e32d32a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iroh-relay/src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ pub enum DialError {
7474
#[error("Invliad target port")]
7575
InvalidTargetPort,
7676
#[error(transparent)]
77+
#[cfg(not(wasm_browser))]
7778
Dns(#[from] DnsError),
7879
#[error("Timeout")]
7980
Timeout(#[from] time::Elapsed),

0 commit comments

Comments
 (0)