BF(minor): missing space after "Unsupported url scheme" msg before the scheme
This commit is contained in:
parent
5f36435491
commit
b976eb5353
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ checkPolicy uo u onerr a
|
||||||
unsupportedUrlScheme :: URI -> IO ()
|
unsupportedUrlScheme :: URI -> IO ()
|
||||||
unsupportedUrlScheme u = do
|
unsupportedUrlScheme u = do
|
||||||
hPutStrLn stderr $
|
hPutStrLn stderr $
|
||||||
"Unsupported url scheme" ++ show u
|
"Unsupported url scheme " ++ show u
|
||||||
hFlush stderr
|
hFlush stderr
|
||||||
|
|
||||||
allowedScheme :: UrlOptions -> URI -> Bool
|
allowedScheme :: UrlOptions -> URI -> Bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue