diff options
Diffstat (limited to 'compiler/nimblecmd.nim')
-rw-r--r-- | compiler/nimblecmd.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimblecmd.nim b/compiler/nimblecmd.nim index 8305b01f5..9a23535bf 100644 --- a/compiler/nimblecmd.nim +++ b/compiler/nimblecmd.nim @@ -10,7 +10,7 @@ ## Implements some helper procs for Nimble (Nim's package manager) support. import parseutils, strutils, strtabs, os, options, msgs, sequtils, - configuration + lineinfos proc addPath*(conf: ConfigRef; path: string, info: TLineInfo) = if not conf.searchPaths.contains(path): |