update v8 dep

This commit is contained in:
Karl Seguin
2026-01-19 07:17:45 +08:00
parent 7c9941c629
commit c5870353e3
4 changed files with 4 additions and 5 deletions

View File

@@ -344,7 +344,6 @@ pub const Mark = struct {
return m;
}
pub fn getDetail(self: *const Mark) ?js.Value.Global {
return self._detail;
}