From 04a4f354003457004d7535bf3c71b4c992f0f0ef Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Thu, 3 Sep 2015 12:51:21 +0300 Subject: VM produces objects. --- compiler/vmops.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/vmops.nim') diff --git a/compiler/vmops.nim b/compiler/vmops.nim index 1023d4783..e1a0dfef8 100644 --- a/compiler/vmops.nim +++ b/compiler/vmops.nim @@ -46,7 +46,7 @@ template wrap2svoid(op) {.immediate, dirty.} = proc getCurrentExceptionMsgWrapper(a: VmArgs) {.nimcall.} = setResult(a, if a.currentException.isNil: "" - else: a.currentException.sons[2].strVal) + else: a.currentException.sons[3].skipColon.strVal) proc registerAdditionalOps*(c: PCtx) = wrap1f(sqrt) -- cgit 1.4.1-2-gfad0 bmit' value='switch'/> mirror of ~rjarry's aerc fork - a pretty good email clientakspecs <akspecs@tilde.institute>
summary refs log tree commit diff stats
path: root/commands/compose/compose.go
blob: 35a2ed7c1f3cbcc8630bb30fe29c7cc53b9cbbc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16