Adopt to new log API
This commit is contained in:
parent
d57d04f3bb
commit
68163f99e1
@ -58,7 +58,7 @@ fn startZls() !*std.ChildProcess {
|
|||||||
process.stderr_behavior = std.ChildProcess.StdIo.Inherit;
|
process.stderr_behavior = std.ChildProcess.StdIo.Inherit;
|
||||||
|
|
||||||
process.spawn() catch |err| {
|
process.spawn() catch |err| {
|
||||||
std.log.debug(.main, "Failed to spawn zls process, error: {}\n", .{err});
|
std.log.debug("Failed to spawn zls process, error: {}\n", .{err});
|
||||||
return err;
|
return err;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user