Skip to content

Commit

Permalink
I guess this is where jump should be?
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Apr 8, 2009
1 parent 9737cba commit 057cdc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vm/vm.c
Expand Up @@ -337,6 +337,9 @@ void TrVM_raise(VM, OBJ exception) {
str = tr_sprintf(vm, "\tfrom %s:%lu",
filename, f->line);
TR_ARRAY_PUSH(backtrace, str);

/* if (f->rescue) ... */
/* if (f->ensure) ... */
}

/* not rescued, use default handler */
Expand Down

0 comments on commit 057cdc6

Please sign in to comment.