forked from qt-creator/qt-creator
Git: Write error to error stream in executeSyncStash
Change-Id: I36c70fc3df5958b7bb5378e2529a451c497d6632 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
3bdf33a732
commit
8b67ae7395
@@ -1327,7 +1327,7 @@ bool GitClient::executeSynchronousStash(const QString &workingDirectory,
|
|||||||
if (errorMessage)
|
if (errorMessage)
|
||||||
*errorMessage = msg;
|
*errorMessage = msg;
|
||||||
else
|
else
|
||||||
outputWindow()->append(msg);
|
outputWindow()->appendError(msg);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user