Skip to content

v1.3.1

Compare
Choose a tag to compare
@leo leo released this 12 Jul 10:26

Fixed

I've spend many hours trying to figure out why events like "SIGINT" don't get triggered in the process that gets spawned when running a sub command (like cory serve). Now I've finally figured out what the problem was: If you detach the child process from its parent, it won't receive these events. 😅

Such a huge problem, but just a simple fix: 5431331