Skip to content

Commit

Permalink
chore: uncomment tracing annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Mar 4, 2025
1 parent 4634a8a commit 8e1893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_service/src/workspace_watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl WorkspaceWatcher {
/// end of the instructions channel) or the watcher (unexpectedly) stops.
/// Under normal operation, neither should happen before the daemon
/// terminates.
//#[tracing::instrument(level = "debug", skip(self, workspace))]
#[tracing::instrument(level = "debug", skip(self, workspace))]
pub fn run(&mut self, workspace: &WorkspaceServer) {
loop {
crossbeam::channel::select! {
Expand Down

0 comments on commit 8e1893a

Please sign in to comment.