fix
This commit is contained in:
parent
3e839ab327
commit
78b5e759a5
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@
|
||||||
module Utility.WinProcess where
|
module Utility.WinProcess where
|
||||||
|
|
||||||
import Utility.PID
|
import Utility.PID
|
||||||
|
import System.IO
|
||||||
|
|
||||||
terminatePID :: PID -> IO ()
|
terminatePID :: PID -> IO ()
|
||||||
terminatePID p = warning "terminating processes on windows is not currently working"
|
terminatePID p = hPutStrLn stderr "terminating processes on windows is not currently working"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue