Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0475a81

Browse files
committed
Revert "ensure rsession process is created with stdout/stderr"
This reverts commit 9dc21ec.
1 parent b19ac3d commit 0475a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/desktop/DesktopSessionLauncher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void launchProcess(std::string absPath,
5151
if (options().runDiagnostics())
5252
pProcess->setProcessChannelMode(QProcess::ForwardedChannels);
5353
else
54-
pProcess->setProcessChannelMode(QProcess::ForwardedOutputChannel);
54+
pProcess->setProcessChannelMode(QProcess::SeparateChannels);
5555
pProcess->start(QString::fromUtf8(absPath.c_str()), argList);
5656
*ppProc = pProcess;
5757
}

0 commit comments

Comments
 (0)