mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
chore(runtime): fix typo (#8791)
This commit is contained in:
parent
2e976080c7
commit
8252937370
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ impl Permissions {
|
|||
if parsed.host().is_none() {
|
||||
return Err(custom_error(
|
||||
"URIError",
|
||||
"invalid urlormat: <scheme>://<host>[:port][/subpath]",
|
||||
"invalid url format: <scheme>://<host>[:port][/subpath]",
|
||||
));
|
||||
}
|
||||
Ok(self.query_net(
|
||||
|
|
Loading…
Reference in a new issue