diff options
Diffstat (limited to 'ext/fetch/fs_fetch_handler.rs')
-rw-r--r-- | ext/fetch/fs_fetch_handler.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/fs_fetch_handler.rs b/ext/fetch/fs_fetch_handler.rs index 6f45ee664..4c2b81f35 100644 --- a/ext/fetch/fs_fetch_handler.rs +++ b/ext/fetch/fs_fetch_handler.rs @@ -43,7 +43,7 @@ impl FetchHandler for FsFetchHandler { Ok::<_, ()>(response) } .map_err(move |_| { - type_error("NetworkError when attempting to fetch resource.") + type_error("NetworkError when attempting to fetch resource") }) .or_cancel(&cancel_handle) .boxed_local(); |