cross
This commit is contained in:
@@ -893,7 +893,7 @@ pub const Server = struct {
|
||||
const source = try self.allocator.dupeZ(u8, text);
|
||||
const file_path = uriToFilePath(uri) orelse "";
|
||||
|
||||
var comp = sx.core.Compilation.init(self.allocator, self.io, file_path, source);
|
||||
var comp = sx.core.Compilation.init(self.allocator, self.io, file_path, source, .{});
|
||||
defer comp.deinit();
|
||||
|
||||
comp.parse() catch {
|
||||
|
||||
Reference in New Issue
Block a user