mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 07:45:57 +03:00
[GH-ISSUE #270] Remote Shell Issue #129
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yankejustin on GitHub (Jun 20, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/270
Problem
The Remote Shell error output is currently not functioning. I am receiving the standard output contents of the Remote Shell and it is correctly being used by the server, but for some reason the error output is not seen on the Remote Shell.
Notes
Since the standard output is being sent and correctly used by the server, it is likely an issue with the client's way of gathering the error output stream. It is likely from a change after I re-wrote some of it, because it functioned after my changes. It could also (unlikely) be in the way the server handles the response of the message. I would assume it is the client since the server still receives and uses the standard output of the client's shell.
Additional Information
1. System
2. Client
3. Server
RELEASEmode@MaxXor commented on GitHub (Jun 20, 2015):
Fixed redirecting of error output.
Working fine now. :)

@yankejustin commented on GitHub (Jun 20, 2015):
Great. Thank you! :)