[Git][ghc/ghc][wip/js-th] Fix typo
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Mon Jan 23 16:24:20 UTC 2023
Sylvain Henry pushed to branch wip/js-th at Glasgow Haskell Compiler / GHC
Commits:
1b788aa7 by Sylvain Henry at 2023-01-23T17:28:41+01:00
Fix typo
- - - - -
1 changed file:
- compiler/GHC/Runtime/Interpreter/JS.hs
Changes:
=====================================
compiler/GHC/Runtime/Interpreter/JS.hs
=====================================
@@ -104,7 +104,7 @@ spawnJSInterp cfg = do
let logger = jsInterpLogger cfg
let codegen_cfg = jsInterpCodegenCfg cfg
let unit_env = jsInterpUnitEnv cfg
- (std_in, proc) <- startTHRunnerProcess (jsInterpScrip cfg) (jsInterpNodeConfig cfg)
+ (std_in, proc) <- startTHRunnerProcess (jsInterpScript cfg) (jsInterpNodeConfig cfg)
js_state <- newMVar (JSState
{ jsLinkState = emptyLinkPlan
, jsServerStarted = False
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1b788aa75c1b5d4f58fb89693900bc5271522ca0
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1b788aa75c1b5d4f58fb89693900bc5271522ca0
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230123/1ad30c4d/attachment.html>
More information about the ghc-commits
mailing list