We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b8a14 commit 4d41bbbCopy full SHA for 4d41bbb
1 file changed
src/features/goto.zig
@@ -266,7 +266,7 @@ fn gotoDefinitionString(
266
const path = try std.Io.Dir.path.join(arena, &.{ dir, import_str });
267
std.Io.Dir.accessAbsolute(io, path, .{}) catch |err| switch (err) {
268
error.Canceled => return error.Canceled,
269
- else => {},
+ else => continue,
270
};
271
break :blk .{ .one = try .fromPath(arena, path) };
272
}
0 commit comments