Skip to content

Commit

Permalink
Fix F# analyser warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Jan 23, 2024
1 parent 5fbfc92 commit 28030a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fable.Compiler/ProjectCracker.fs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type CacheInfo =
else
""

IO.Path.Combine(fableModulesDir, $"project_cracked{suffix}.json")
IO.Path.Combine(fableModulesDir, $"project_cracked%s{suffix}.json")

member this.GetTimestamp() =
CacheInfo.GetPath(this.FableModulesDir, this.FableOptions.DebugMode)
Expand Down

0 comments on commit 28030a2

Please sign in to comment.