Open gnodet opened 1 month ago
Terminal created with:
TerminalBuilder.builder().systemOutput(TerminalBuilder.SystemOutput.ForcedSysOut).build()
if running:
cmd > out.txt
In such a case, the system out stream is redirected, but it's forced as the output, so the creation should be rejected.
Terminal created with:
if running:
In such a case, the system out stream is redirected, but it's forced as the output, so the creation should be rejected.