summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorYuriy Glukhov <yuriy.glukhov@gmail.com>2016-08-27 20:25:36 +0300
committerYuriy Glukhov <yuriy.glukhov@gmail.com>2016-08-27 20:25:36 +0300
commitcafcf1308a608ce35aa3a7abba8a28534e2b75e1 (patch)
tree19a7f2732c040582d313a649207c618fc9940f70 /koch.nim
parente39138fe422b256c1bb08235ec2331f58c1449b6 (diff)
downloadNim-cafcf1308a608ce35aa3a7abba8a28534e2b75e1.tar.gz
Treat all failure codes from nodejs as 1
Diffstat (limited to 'koch.nim')
0 files changed, 0 insertions, 0 deletions
r Araq <rumpf_a@web.de> 2014-08-30 16:37:27 +0200 committer Araq <rumpf_a@web.de> 2014-08-30 16:37:27 +0200 VM supports math and a few os procs' href='/ahoang/Nim/commit/compiler/vmops.nim?h=devel&id=1f85b3b5d3f8a9cf84fc5c03604ac3a7ea901d8c'>1f85b3b5d ^
4298553de ^




b2f577df2 ^



1f85b3b5d ^



























4298553de ^
b2f577df2 ^
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
74
75
76
77
78
79
80