You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Wed, Dec 12, 2018 at 5:02 AM liujin1993 ***@***.***> wrote:
It should be "return fmt.Errorf("[%v] %s\n", p.ExitStatus, errlines[:s])"
in Error()
not "return fmt.Errorf("[%v] %s\n", p.ExitStatus, errlines[s])"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAACh73vz5TfS_CYnbyjAXsMzxNJKz4tks5u4OJSgaJpZM4ZNpK0>
.
a.sh is not exits, but process.Error() only return [127] and a blank line. I hope that it returns “no such file”
The text was updated successfully, but these errors were encountered: