ByteSkript icon indicating copy to clipboard operation
ByteSkript copied to clipboard

Fix NPE when loading classes in non-compiler runtimes

Open bluelhf opened this issue 1 month ago • 0 comments

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.

bluelhf avatar Dec 23 '25 01:12 bluelhf