Fix #5196
This commit is contained in:
parent
006f9ca129
commit
11a75b7605
|
@ -273,6 +273,10 @@ sub execute_winshell_commands {
|
|||
|
||||
}
|
||||
|
||||
if ($loop_out == 1) {
|
||||
$self->internal_exit(msg => 'Command to long to execute...');
|
||||
}
|
||||
|
||||
$current_stderr =~ s/\r//mg;
|
||||
$current_stdout =~ s/\r//mg;
|
||||
|
||||
|
|
Loading…
Reference in New Issue