| author | |
| committer | |
| log | e6adddf80c5c24ed89e6dc9e5bbaa3b88dd5ed69 |
| tree | 3abe6a4fb9cebfaa7d25bf4ed60cb6a367ccb1bb |
| parent | 2743fdb7ce3471e77caed7adf0e8657fa66716a0 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/debug/SelfInfo/WindowsModule.zig+1-1| ... | ... | @@ -142,7 +142,7 @@ fn loadDebugInfo(module: *const WindowsModule, gpa: Allocator, di: *DebugInfo) ! |
| 142 | 142 | try di.dwarf.?.open(gpa, native_endian); |
| 143 | 143 | } |
| 144 | 144 | |
| 145 | if (try coff_obj.getPdbPath()) |raw_path| pdb: { | |
| 145 | if (coff_obj.getPdbPath() catch return error.InvalidDebugInfo) |raw_path| pdb: { | |
| 146 | 146 | const path = blk: { |
| 147 | 147 | if (fs.path.isAbsolute(raw_path)) { |
| 148 | 148 | break :blk raw_path; |