Skip to content

Add warning when a script completes with a statement in memory

Created by: huntergoldstein

Fixes: Closes #356 (closed).

Changes introduced by this pull request:

  • Prints a warning if the user executes a script and there is still a statement in memory (i.e. flow_control.level != 0

Merge request reports