Replies: 1 comment
-
Hello !
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
After reading through sqlpage.exec and trying it out, I'm wondering if it's possible to somehow capture the
stderr
andexit code
. The scenarios I specifically want to deal with are where the executable fails. I had considered writing a wrapper to combine stderr and stdout (e.g.2>&1
) but I was interested to know if anyone else has a solution for this.Beta Was this translation helpful? Give feedback.
All reactions