mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-08 14:01:51 +00:00
🔨 Rename WaitForFinish
method to WaitForTermination
This commit is contained in:
@@ -64,7 +64,7 @@ func runProxy() {
|
||||
|
||||
okToOpen(url)
|
||||
|
||||
utils.WaitForFinish(ctx, cancel)
|
||||
utils.WaitForTermination(ctx, cancel)
|
||||
}
|
||||
|
||||
func okToOpen(url string) {
|
||||
|
Reference in New Issue
Block a user