Skip to content

Commit b0b3df4

Browse files
committed
REMOVE ME: debug info for failing CI test (#301)
1 parent 056e8d2 commit b0b3df4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-repository/src/path/discover.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ pub(crate) mod function {
9393
let path = if is_canonicalized {
9494
match std::env::current_dir() {
9595
Ok(cwd) => {
96+
dbg!(&cwd, &cursor);
9697
let short_path_components = cwd
9798
.strip_prefix(&cursor.parent().expect(".git appended"))
9899
.expect("cwd is always within canonicalized candidate")

0 commit comments

Comments
 (0)