mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
remove invalid errdefer
This commit is contained in:
@@ -231,7 +231,6 @@ pub fn module(self: *Context, comptime want_result: bool, src: []const u8, url:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
errdefer _ = self.module_cache.remove(url);
|
|
||||||
|
|
||||||
const m = try compileModule(self.isolate, src, url);
|
const m = try compileModule(self.isolate, src, url);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user