summaryrefslogtreecommitdiff
path: root/src/system.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.hpp')
-rw-r--r--src/system.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.hpp b/src/system.hpp
index 22f9717..ea88e25 100644
--- a/src/system.hpp
+++ b/src/system.hpp
@@ -428,7 +428,7 @@ class Process : public std::enable_shared_from_this<Process>
" EC: ", child.exit_code(),
" Native: ", child.native_exit_code());
- onExit(child.exit_code(), dev.isReady());
+ onExit(child.exit_code());
});
return true;
}