summaryrefslogtreecommitdiff
path: root/cli/worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/worker.rs')
-rw-r--r--cli/worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/worker.rs b/cli/worker.rs
index 0b991fdd6..ea50966f4 100644
--- a/cli/worker.rs
+++ b/cli/worker.rs
@@ -100,7 +100,7 @@ impl CliMainWorker {
.await?;
}
- Ok(self.worker.get_exit_code())
+ Ok(self.worker.exit_code())
}
pub async fn run_for_watcher(self) -> Result<(), AnyError> {