🔨 Rename WaitForFinish method to WaitForTermination

This commit is contained in:
M. Mert Yildiran
2022-12-27 09:28:23 +03:00
parent 11a2f93e34
commit 33f23ea849
6 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ func runProxy() {
okToOpen(url)
utils.WaitForFinish(ctx, cancel)
utils.WaitForTermination(ctx, cancel)
}
func okToOpen(url string) {