Open marco-souza opened 5 months ago
Description
This PR implements stdin, stdout, and stderr redirects.
stdin
stdout
stderr
This PR continues the work made by @jtolio at https://github.com/Shopify/go-lua/pull/43 🙏
Changes
Note: stderr is not being used in our code, the current implementation returns the error as a value. Therefore, stderr can be removed, but I left it for consistency.
I'm looking forward to your feedback!
Description
This PR implements
stdin
,stdout
, andstderr
redirects.Changes
Note:
stderr
is not being used in our code, the current implementation returns the error as a value. Therefore,stderr
can be removed, but I left it for consistency.I'm looking forward to your feedback!