Skip to content

Commit 8ea0507

Browse files
authored
Merge pull request #73 from blocklessnetwork/fix/ws_port
feat: change the default port
2 parents b91dd4c + 2e11e56 commit 8ea0507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasi/src/tun_thr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl TunThread {
9797
Ok(tap) => tap,
9898
Err(_) => {
9999
eprintln!("tap open with configure fail. please check config, \
100-
tab mod must be grant the root privileges, if you use macos \
100+
tap mod must be grant the root privileges, if you use macos \
101101
please install tuntap kext.");
102102
return;
103103
},

0 commit comments

Comments
 (0)