We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafd846 commit f594d5eCopy full SHA for f594d5e
plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs
@@ -134,8 +134,8 @@ rules recorder plId = do
134
}
135
136
(configTrial, useDefConfig, env) <- liftIO $ getStanConfig stanArgs isLoud
137
- seTomlFiles <- liftIO $ usedTomlFiles useDefConfig (stanArgsConfigFile stanArgs)
138
- logWith recorder Debug (LogDebugStanConfigResult seTomlFiles configTrial)
+ tomlsUsedByStan <- liftIO $ usedTomlFiles useDefConfig (stanArgsConfigFile stanArgs)
+ logWith recorder Debug (LogDebugStanConfigResult tomlsUsedByStan configTrial)
139
140
-- If envVar is set to 'False', stan will ignore all local and global .stan.toml files
141
logWith recorder Debug (LogDebugStanEnvVars env)
0 commit comments