imthaghost / goclone

Website Cloner - Utilizes powerful Go routines to clone websites to your computer within seconds.
https://goclone.io
MIT License
1.32k stars 282 forks source link

Fix open in browser issue #32

Closed mesaglio closed 2 years ago

mesaglio commented 2 years ago

I suspect that what was happening was that the cli process terminated before the open process. With the Run method, it is forced to wait for the open process to finish.

mesaglio commented 2 years ago

I agree, it is not necessary!