diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-02-08 10:44:21 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-02-08 11:33:42 +0100 |
commit | 6656f0d713755932bc5792be5e0f8a86b1154513 (patch) | |
tree | 8e7324ef828426230ebc12526b20d02718eb6390 | |
parent | 61b4bb5af5588b95a9b050e9925960ead87b0ea1 (diff) | |
download | Nim-6656f0d713755932bc5792be5e0f8a86b1154513.tar.gz |
log process starts
-rw-r--r-- | tools/nimsuggest/nimsuggest.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/nimsuggest/nimsuggest.nim b/tools/nimsuggest/nimsuggest.nim index 78fc3fd52..e11bb560c 100644 --- a/tools/nimsuggest/nimsuggest.nim +++ b/tools/nimsuggest/nimsuggest.nim @@ -443,6 +443,8 @@ proc handleCmdLine(cache: IdentCache; config: ConfigRef) = "Cannot find Nim standard library: Nim compiler not in PATH") gPrefixDir = binaryPath.splitPath().head.parentDir() #msgs.writelnHook = proc (line: string) = logStr(line) + if gLogging: + logStr("START " & gProjectFull) loadConfigs(DefaultConfig, cache, config) # load all config files # now process command line arguments again, because some options in the |