Skip to content

Commit 7e210f7

Browse files
committed
retry
1 parent 2666c11 commit 7e210f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Coder Desktop/VPN/Manager.swift

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ actor Manager {
4949
do {
5050
try tunnelHandle = TunnelHandle(dylibPath: dest)
5151
} catch {
52+
logger.error("couldn't open dylib \(error, privacy: .public)")
5253
throw .tunnelSetup(error)
5354
}
5455
speaker = await Speaker<Vpn_ManagerMessage, Vpn_TunnelMessage>(

0 commit comments

Comments
 (0)