diff options
author | Araq <rumpf_a@web.de> | 2020-10-06 06:10:47 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2020-10-06 06:10:47 +0200 |
commit | e9d7e21dbef65bb8bab88b7cd326e15a2d407fca (patch) | |
tree | 17cd705e3ef92d8b461254ce5469e8b6ab2a7353 /compiler | |
parent | 4e438f9096fc413824bdbe8377a4ca376d63be35 (diff) | |
download | Nim-e9d7e21dbef65bb8bab88b7cd326e15a2d407fca.tar.gz |
minor reformating
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/main.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index 774dd7625..ab074aa1f 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -249,7 +249,7 @@ proc mainCommand*(graph: ModuleGraph) = # so by default should not end up in $PWD nor in $projectPath. conf.outDir = block: var ret = if optUseNimcache in conf.globalOptions: getNimcacheDir(conf) - else: conf.projectPath + else: conf.projectPath doAssert ret.string.isAbsolute # `AbsoluteDir` is not a real guarantee if docLikeCmd2: ret = ret / htmldocsDir ret |