GetStream / vg

Virtualgo: Easy and powerful workspace based development for go
MIT License
1.32k stars 45 forks source link

Ctrl+C during vg ensure keeps dep running in the background #28

Closed JelteF closed 6 years ago

JelteF commented 6 years ago

This should not happen, we should probably use process groups. Or custom signal handling.

JelteF commented 6 years ago

Fixed