Skip to content
Snippets Groups Projects
Commit 2844839b authored by jkito's avatar jkito :skull: Committed by jkito
Browse files

gui: send error during stopVPN call to gui

during startVPN any error occuring are set but
this was not done for stopVPN
parent 051600cd
Branches
Tags
1 merge request!239obfs4: stop obfs4 client and proxy in a go routine
......@@ -21,6 +21,7 @@ func stopVPN() {
log.Warn().
Err(err).
Msg("Could not stop VPN")
setError(err.Error())
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment