This commit is contained in:
Arya Irani 2024-02-27 12:54:34 -05:00
parent f608a7a905
commit 9412098adb

View File

@ -354,6 +354,7 @@ main = do
RTI.withRuntime False mode Version.gitDescribeWithDate \runtime -> do
RTI.withRuntime True mode Version.gitDescribeWithDate \sbRuntime ->
action . (runtime,sbRuntime,)
-- startNativeRuntime saves the path to `unison-runtime`
=<< RTI.startNativeRuntime Version.gitDescribeWithDate nrtp
withConfig :: Maybe CodebasePathOption -> (Config -> IO a) -> IO a
withConfig mCodePathOption action = do