Skip to content

Commit ae54b4d

Browse files
committed
add comment
1 parent f9fbf3e commit ae54b4d

File tree

1 file changed

+1
-0
lines changed
  • nova_vm/src/ecmascript/builtins/temporal

1 file changed

+1
-0
lines changed

nova_vm/src/ecmascript/builtins/temporal/options.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ where
120120
.unbind()?
121121
.bind(gc.nogc());
122122

123+
// TODO: Fix this code.. None case is unreachable but code sucks rn..
123124
let rust_str = js_str.as_str(agent).unwrap();
124125

125126
let parsed = T::from_string(rust_str).map_err(|msg| {

0 commit comments

Comments
 (0)