ducky64 / chisualizer

Block-diagram style digital logic visualizer
23 stars 4 forks source link

Fix runaway emulator subprocess #11

Closed zhemao closed 9 years ago

zhemao commented 9 years ago

This commit fixes the issue of the emulator subprocess continuing to run after the main process exits by adding an exit handler which terminates the subprocess.