Skip to content

Commit 77e6803

Browse files
committed
a
1 parent b50bd55 commit 77e6803

File tree

1 file changed

+1
-1
lines changed
  • crates/spirv-builder/src

1 file changed

+1
-1
lines changed

crates/spirv-builder/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ impl SpirvBuilder {
194194
}
195195

196196
let crate_path = repo_dir.join("crates").join(CRATE_NAME);
197-
let canon_path = std::fs::canonicalize(&crate_path);
197+
let canon_path = std::fs::canonicalize(&crate_path)?;
198198
dbg!(&crate_path);
199199
dbg!(&canon_path);
200200
dbg!(&crate_path.display());

0 commit comments

Comments
 (0)