fix \ escaping
This commit is contained in:
parent
d2c351f547
commit
ceee7758a5
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ devNull :: FilePath
|
||||||
devNull = "/dev/null"
|
devNull = "/dev/null"
|
||||||
#else
|
#else
|
||||||
-- Use device namespace to prevent GHC from rewriting path
|
-- Use device namespace to prevent GHC from rewriting path
|
||||||
devNull = "\\.\NUL"
|
devNull = "\\\\.\\NUL"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
-- | Extract a desired handle from createProcess's tuple.
|
-- | Extract a desired handle from createProcess's tuple.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue