Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deadlock after parsing directory with no files
Currently if interpreter tries to eval an empty directory with no Go files it will error (as it should), but all future calls to eval will deadlock, because the mutex is not unlocked correctly. I believe this is a critical issue that must be addressed.
- Loading branch information