cortesi / modd

A flexible developer tool that runs processes and responds to filesystem changes
MIT License
2.8k stars 128 forks source link

Fix race condition on daemon.ex #62

Closed neelance closed 5 years ago

neelance commented 5 years ago

If daemon.Restart() got called twice in quick succession, the second call panicked with d.ex being nil.