Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kafeg/ptyqt
Browse files Browse the repository at this point in the history
  • Loading branch information
kafeg committed Sep 24, 2019
2 parents 2aab7de + d9284b5 commit 8ce3b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/winptyprocess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ bool WinPtyProcess::startProcess(const QString &shellPath, QStringList environme

if (m_inSocket->state() != QLocalSocket::ConnectedState && m_outSocket->state() != QLocalSocket::ConnectedState)
{
m_lastError = QString("ConPty Error: Unable to connect local sockets -> %1 / %2").arg(m_inSocket->errorString()).arg(m_outSocket->errorString());
m_lastError = QString("WinPty Error: Unable to connect local sockets -> %1 / %2").arg(m_inSocket->errorString()).arg(m_outSocket->errorString());
m_inSocket->deleteLater();
m_outSocket->deleteLater();
m_inSocket = nullptr;
Expand Down

0 comments on commit 8ce3b17

Please sign in to comment.