- Added error logging and error handling (errors in client code doesn't cause a full crash anymore, instead it just waits for a filechange and restarts)
- Fixed bug with module resolution logic, and refactored it
- Add new
clearEveryTime
parameter. When set to false, console doesn't clear after each file change. - Added
debugLog()
, which can easily be uncommented to print out debug logs which help to debug module resolution errors.