Skip to content

Commit ce0363a

Browse files
authored
Merge pull request #467 from mediar-ai/pr/formatting-gitignore-20260127-181539
chore: Formatting fix and gitignore update
2 parents 3135388 + 17d5ff7 commit ce0363a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ dist/
2626
# Terminator workflow recorder debug files
2727
terminator-workflow-recorder/*.txt
2828

29+
# Build artifacts
30+
terminator-extension.zip
31+
2932
# Development scripts (user-specific paths)
3033
scripts/copy-mcp-binary.ps1
3134
build-and-deploy.ps1

crates/terminator-mcp-agent/src/server_sequence.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2690,7 +2690,10 @@ impl DesktopWrapper {
26902690
message: Some(format!("Workflow running... ({}s)", elapsed_secs)),
26912691
})
26922692
.await;
2693-
tracing::trace!("Sent heartbeat progress notification ({}s elapsed)", elapsed_secs);
2693+
tracing::trace!(
2694+
"Sent heartbeat progress notification ({}s elapsed)",
2695+
elapsed_secs
2696+
);
26942697
}
26952698
});
26962699

0 commit comments

Comments
 (0)