Merge pull request #455 from davidgm94/fix-zls-config-crash

Fix ZLS config not found crash #410
This commit is contained in:
Auguste Rame 2022-03-24 13:12:33 -04:00 committed by GitHub
commit 14698c35c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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