This commit is contained in:
flywind
2020-07-17 16:53:26 +08:00
committed by GitHub
parent 6b607413e9
commit 9fb7467fda

View File

@@ -142,7 +142,7 @@ template existsFile*(args: varargs[untyped]): untyped {.deprecated: "use fileExi
fileExists(args)
template existsDir*(args: varargs[untyped]): untyped {.deprecated: "use dirExists".} =
dirExists(dir)
dirExists(args)
proc selfExe*(): string =
## Returns the currently running nim or nimble executable.