Skip to content

Commit 8b4d22d

Browse files
committed
Restore error instrumentation
Signed-off-by: Jim Crossley <[email protected]>
1 parent eaa5c2c commit 8b4d22d

File tree

1 file changed

+1
-1
lines changed
  • modules/importer/src/runner/common/walker

1 file changed

+1
-1
lines changed

modules/importer/src/runner/common/walker/git.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ where
282282
}
283283
}
284284

285-
#[instrument(skip(self))]
285+
#[instrument(skip(self), err)]
286286
fn clone_repo(&self, path: &Path) -> Result<Repository, git2::Error> {
287287
self.progress
288288
.message_sync(format!("Cloning repository: {}", self.source));

0 commit comments

Comments
 (0)