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 2a69a76 commit cda6e1bCopy full SHA for cda6e1b
src/main.zig
@@ -127,6 +127,8 @@ pub fn main() !void {
127
line,
128
column,
129
});
130
+
131
+ return err;
132
},
133
error.TooManyTabs => {
134
const file_path = diagnostics.file_path orelse "null";
@@ -138,6 +140,8 @@ pub fn main() !void {
138
140
139
141
142
143
144
145
146
else => |e| return e,
147
};
0 commit comments