mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-11-20 14:39:22 +01:00
Land #426, log error to base stream
This commit is contained in:
commit
6b4b617277
@ -74,7 +74,7 @@ public class ProcessChannel extends Channel {
|
||||
stderrThread.join();
|
||||
handleInteract(null);
|
||||
} catch (Throwable t) {
|
||||
t.printStackTrace(this.outputStream);
|
||||
t.printStackTrace(meterpreter.getErrorStream());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user