mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 17:38:10 +00:00
Merge pull request #1056 from lightpanda-io/DOM_NO_ERR
Convert more DOM_NO_ERR cases to assertions
This commit is contained in:
@@ -2954,7 +2954,7 @@ pub fn Env(comptime State: type, comptime WebApis: type) type {
|
||||
}
|
||||
return v8.initNull(isolate).toValue();
|
||||
},
|
||||
.error_union => return zigValueToJs(templates, isolate, v8_context, value catch |err| return err),
|
||||
.error_union => return zigValueToJs(templates, isolate, v8_context, try value),
|
||||
else => {},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user