Fix ZLS config not found crash #410

This commit is contained in:
David Gonzalez Martin 2022-02-07 22:14:31 -06:00
parent f3aabd6b7c
commit a1f72d46e3

View File

@ -1721,6 +1721,7 @@ pub fn main() anyerror!void {
} }
} }
logger.info("No config file zls.json found.", .{}); logger.info("No config file zls.json found.", .{});
config_path = null;
} }
// Find the zig executable in PATH // Find the zig executable in PATH