Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build): improve error message for when semantic.json is not found
Improve error message for when semantic.json cannot be found. I was having an issue with my setup where semantic.json couldn't be found. Looking at require-dot-file, it seems false is returned when semantic.json isn't found. An error is printed only when the MODULE_NOT_FOUND error is thrown which wasn't happening in my case.
- Loading branch information