mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 20:04:18 +00:00
minor tweaks; updated todo.txt
This commit is contained in:
@@ -21,7 +21,7 @@ proc walker(dir: string) =
|
||||
moveFile(dest=path, sourc=newName(path))
|
||||
of pcDir:
|
||||
walker(path)
|
||||
else: nil
|
||||
else: discard
|
||||
|
||||
if paramCount() == 1:
|
||||
walker(paramStr(1))
|
||||
|
||||
Reference in New Issue
Block a user