Skip to content

Commit

Permalink
fix #14275 querySetting(nimcacheDir) works even if implicitly set (#1…
Browse files Browse the repository at this point in the history
…4277)

(cherry picked from commit 363b7ff)
  • Loading branch information
timotheecour authored and narimiran committed May 13, 2020
1 parent 01f42a5 commit 8e5e92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/vmops.nim
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ when defined(nimHasInvariant):
of arguments: result = conf.arguments
of outFile: result = conf.outFile.string
of outDir: result = conf.outDir.string
of nimcacheDir: result = conf.nimcacheDir.string
of nimcacheDir: result = conf.getNimcacheDir().string
of projectName: result = conf.projectName
of projectPath: result = conf.projectPath.string
of projectFull: result = conf.projectFull.string
Expand Down

0 comments on commit 8e5e92f

Please sign in to comment.