builtin_uri: Fix typo in log message
This commit is contained in:
parent
fefabc658f
commit
fa946526c2
@ -245,7 +245,7 @@ fn newDocument(self: *DocumentStore, uri: []const u8, text: [:0]u8) anyerror!*Ha
|
|||||||
if (build_file.builtin_uri == null) {
|
if (build_file.builtin_uri == null) {
|
||||||
if (self.builtin_path != null) {
|
if (self.builtin_path != null) {
|
||||||
build_file.builtin_uri = try URI.fromPath(self.allocator, self.builtin_path.?);
|
build_file.builtin_uri = try URI.fromPath(self.allocator, self.builtin_path.?);
|
||||||
log.info("builtin config not found, falling back to defualt: {s}", .{build_file.builtin_uri});
|
log.info("builtin config not found, falling back to default: {s}", .{build_file.builtin_uri});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user