match interpreter on stdout also (#49446)

fixes #46980
This commit is contained in:
Brian Coca 2018-12-10 11:43:30 -05:00 committed by GitHub
commit 758ac1846b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- Also check stdout for interpreter errors for more intelligent messages to user