Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle case where Python main script is undefined
In the Python runtime's launch function, we don't fail fast when the mainProgram is null, because there are cases where you might want that, such as running `python -i` to bring up the REPL. So let's not print "null" for the main program name in that case, but rather omit it.
- Loading branch information