Skip to content

Commit 395478d

Browse files
committed
fix(libdd-common): is_file_endpoint
1 parent b5261c3 commit 395478d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libdd-common/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ impl Endpoint {
301301
}
302302

303303
pub fn is_file_endpoint(&self) -> bool {
304+
print!("epa");
304305
self.url.scheme_str() == Some("file")
305306
}
306307
}

0 commit comments

Comments
 (0)