Skip to content

Commit f594d5e

Browse files
committed
Rename binding
1 parent fafd846 commit f594d5e

File tree

1 file changed

+2
-2
lines changed
  • plugins/hls-stan-plugin/src/Ide/Plugin

1 file changed

+2
-2
lines changed

plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ rules recorder plId = do
134134
}
135135

136136
(configTrial, useDefConfig, env) <- liftIO $ getStanConfig stanArgs isLoud
137-
seTomlFiles <- liftIO $ usedTomlFiles useDefConfig (stanArgsConfigFile stanArgs)
138-
logWith recorder Debug (LogDebugStanConfigResult seTomlFiles configTrial)
137+
tomlsUsedByStan <- liftIO $ usedTomlFiles useDefConfig (stanArgsConfigFile stanArgs)
138+
logWith recorder Debug (LogDebugStanConfigResult tomlsUsedByStan configTrial)
139139

140140
-- If envVar is set to 'False', stan will ignore all local and global .stan.toml files
141141
logWith recorder Debug (LogDebugStanEnvVars env)

0 commit comments

Comments
 (0)