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 3fef126 commit 92b27e4Copy full SHA for 92b27e4
src/Node/Process.purs
@@ -111,7 +111,7 @@ pid :: Pid
111
pid = process.pid
112
113
platform :: Platform
114
-platform = unsafePartial $ fromJust (Platform.fromString process.platform)
+platform = unsafePartial $ fromJust $ Platform.fromString process.platform
115
116
-- | Cause the process to exit with the supplied integer code. An exit code
117
-- | of 0 is normally considered successful, and anything else is considered a
0 commit comments