Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only print evaluate requests in REPL context
This PR checks to see if the `-exec` commands are originally from the REPL context (e.g. the Debug Console). If so, it will redirect the output of the -exec command to the REPL window. If it is another context, it will not print anything.
- Loading branch information