We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fbf3e commit ae54b4dCopy full SHA for ae54b4d
nova_vm/src/ecmascript/builtins/temporal/options.rs
@@ -120,6 +120,7 @@ where
120
.unbind()?
121
.bind(gc.nogc());
122
123
+ // TODO: Fix this code.. None case is unreachable but code sucks rn..
124
let rust_str = js_str.as_str(agent).unwrap();
125
126
let parsed = T::from_string(rust_str).map_err(|msg| {
0 commit comments