In the current state, if the user creates a custom function for an Event or Event_Handler using arrow functions the program will crash as it interprets the body of the function being an empty string. This happens due to the method that I am using to get the body of the function.
In the current state, if the user creates a custom function for an Event or Event_Handler using arrow functions the program will crash as it interprets the body of the function being an empty string. This happens due to the method that I am using to get the body of the function.