From 2f43fdb8379acd783beee58b1b2c8225a486a70c Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 23 Aug 2014 01:43:49 +0200 Subject: renamefest --- compiler/nimrod.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/nimrod.nim') diff --git a/compiler/nimrod.nim b/compiler/nimrod.nim index 618d98698..69cb8bb99 100644 --- a/compiler/nimrod.nim +++ b/compiler/nimrod.nim @@ -40,7 +40,7 @@ proc handleCmdLine() = if gProjectName != "": try: gProjectFull = canonicalizePath(gProjectName) - except EOS: + except OSError: gProjectFull = gProjectName var p = splitFile(gProjectFull) gProjectPath = p.dir -- cgit 1.4.1-2-gfad0 c1c'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/blocking.arc.t
blob: 80f7f22936d3559400ad19640968e43be0d044b3 (plain) (blame)
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