Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Sep 8, 2019
1 parent 077adb7 commit 3dd58d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/futures/src/queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ where
});

Self {
promise: Promise::resolve(&JsValue::null()),
promise: Promise::resolve(&JsValue::undefined()),

closure: {
let state = Rc::clone(&state);
Expand Down

0 comments on commit 3dd58d6

Please sign in to comment.