Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
subprocess traces also pwd
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Zalevskiy <denis.zalevskiy@jolla.com>
  • Loading branch information
Denis Zalevskiy committed Oct 22, 2015
1 parent cb58af8 commit 75a996d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/subprocess.cpp
Expand Up @@ -96,7 +96,8 @@ void Process::check_error(QVariantMap const &error_info)
, {"rc", rc()}
, {"stderr", stderr()}
, {"stdout", stdout()}
, {"info", errorInfo()}};
, {"info", errorInfo()}
, {"pwd", ps->workingDirectory()}};
err.unite(error_info);
error::raise(err);
}
Expand Down

0 comments on commit 75a996d

Please sign in to comment.