ByteSkript
ByteSkript copied to clipboard
Fix NPE when loading classes in non-compiler runtimes
This PR fixes an issue where the run-time would attempt to load a class from compiler libraries even when no compiler was present, causing a null pointer exception.