mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-18 15:14:10 +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();
|
stderrThread.join();
|
||||||
handleInteract(null);
|
handleInteract(null);
|
||||||
} catch (Throwable t) {
|
} catch (Throwable t) {
|
||||||
t.printStackTrace(this.outputStream);
|
t.printStackTrace(meterpreter.getErrorStream());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user