Skip to content

Commit e1e909e

Browse files
committed
build: fix but build when agentlog feature is enabled
1 parent 8eb0485 commit e1e909e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/but/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ async fn match_subcommand(
265265
#[cfg(feature = "agentlog")]
266266
let cmd = match cmd {
267267
Subcommands::AgentLog { cmd } => {
268-
return run_agentlog_command(&args.current_dir, cmd, out);
268+
return Ok(run_agentlog_command(&args.current_dir, cmd, out)?);
269269
}
270270
cmd => cmd,
271271
};

0 commit comments

Comments
 (0)