From 695154970d839add2fbbe9754e9e638511120729 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Fri, 3 Jul 2020 14:04:23 -0700 Subject: deprecate existsDir; use dirExists instead (#14884) --- tools/nimgrep.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/nimgrep.nim') diff --git a/tools/nimgrep.nim b/tools/nimgrep.nim index e4f0e91aa..138f1680c 100644 --- a/tools/nimgrep.nim +++ b/tools/nimgrep.nim @@ -495,7 +495,7 @@ proc styleInsensitive(s: string): string = else: addx() proc walker(pattern; dir: string; counter: var int, errors: var int) = - if existsDir(dir): + if dirExists(dir): for kind, path in walkDir(dir): case kind of pcFile: -- cgit 1.4.1-2-gfad0