diff options
Diffstat (limited to 'components/script/fetch.rs')
-rw-r--r-- | components/script/fetch.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/fetch.rs b/components/script/fetch.rs index db3d3479f5a..319a965dcab 100644 --- a/components/script/fetch.rs +++ b/components/script/fetch.rs @@ -176,7 +176,8 @@ pub fn Fetch( .send(NetTraitsFetch( request_init, FetchChannels::ResponseMsg(action_sender, None), - )).unwrap(); + )) + .unwrap(); promise } |