fix(#2033): drop tracker tag from code comment (tracker-tag lint)
This commit is contained in:
parent
652acf8c6e
commit
8aba2e5509
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ async fn main() -> Result<()> {
|
||||||
// "daemon still coming up" (token present → keep serving). When the
|
// "daemon still coming up" (token present → keep serving). When the
|
||||||
// token exists we serve regardless of socket state: tool calls
|
// token exists we serve regardless of socket state: tool calls
|
||||||
// `connect()` per-call and simply error until the daemon is up, but
|
// `connect()` per-call and simply error until the daemon is up, but
|
||||||
// the tools stay registered for the session. (#2033)
|
// the tools stay registered for the session.
|
||||||
let token_file = paths::token_file();
|
let token_file = paths::token_file();
|
||||||
if !tokio::fs::try_exists(&token_file).await.unwrap_or(false) {
|
if !tokio::fs::try_exists(&token_file).await.unwrap_or(false) {
|
||||||
tracing::warn!(
|
tracing::warn!(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue