summary refs log tree commit diff stats
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2020-03-20 17:15:48 +0100
committernarimiran <narimiran@disroot.org>2020-03-20 17:15:48 +0100
commitb6e04eafcec43124f0f2843ed6b146bef3d86e22 (patch)
treeb3d6b01a60b3e9cfac5091f1873cfbc58da93b09
parent5b854442448af96d57135ba7328b0c21f1f80f40 (diff)
downloadNim-b6e04eafcec43124f0f2843ed6b146bef3d86e22.tar.gz
[ci skip] add back unintentionally removed line
-rw-r--r--lib/pure/os.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pure/os.nim b/lib/pure/os.nim
index e90d3c514..d54dc5b83 100644
--- a/lib/pure/os.nim
+++ b/lib/pure/os.nim
@@ -2038,6 +2038,7 @@ iterator walkDir*(dir: string; relative = false, checkDir = false):
   ## Example: This directory structure::
   ##   dirA / dirB / fileB1.txt
   ##        / dirC
+  ##        / fileA1.txt
   ##        / fileA2.txt
   ##
   ## and this code:
itle='author Adam Strzelecki <ono@java.pl> 2015-09-04 23:03:56 +0200 committer Adam Strzelecki <ono@java.pl> 2015-09-04 23:03:56 +0200 lib: Trim .nim files trailing whitespace' href='/ahoang/Nim/commit/lib/posix/inotify.nim?h=devel&id=43bddf62dd982e64cd7350eabbbc5d04c5adab21'>43bddf62d ^
223b4f45e ^
43bddf62d ^

223b4f45e ^
43bddf62d ^
223b4f45e ^
43bddf62d ^




223b4f45e ^



43bddf62d ^
223b4f45e ^
43bddf62d ^

223b4f45e ^

43bddf62d ^
223b4f45e ^

43bddf62d ^

1c426c613 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73