We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ceff8 commit 5ffc117Copy full SHA for 5ffc117
src/Node/Process.purs
@@ -29,7 +29,7 @@ import Control.Monad.Eff (Eff, kind Effect)
29
import Control.Monad.Eff.Console (CONSOLE)
30
import Control.Monad.Eff.Exception (EXCEPTION)
31
32
-import Data.Maybe (Maybe, fromJust)
+import Data.Maybe (Maybe)
33
import Data.Posix (Pid)
34
import Data.Posix.Signal (Signal)
35
import Data.Posix.Signal as Signal
@@ -40,8 +40,6 @@ import Node.Platform (Platform)
40
import Node.Platform as Platform
41
import Node.Stream (Readable, Writable)
42
43
-import Partial.Unsafe (unsafePartial)
44
-
45
import Unsafe.Coerce (unsafeCoerce)
46
47
-- | An effect tracking interaction with the global `process` object.
0 commit comments