Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Runtime check that project is a string
In a previous commit, I removed `.toString()` without validating what the Typescript compiler would say. This change does a runtime check that the project variable is an actual string.
- Loading branch information