remove invalid errdefer

This commit is contained in:
Pierre Tachoire
2025-10-10 18:09:57 +02:00
parent e761c7e8f4
commit 70ca74747f

View File

@@ -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);