Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Revert "the throwing function was left out!"
Browse files Browse the repository at this point in the history
Oops, turns out the default handler leaves it out too so this was
correct the first time.

This reverts commit f715ecd.
  • Loading branch information
adamdruppe committed Feb 8, 2014
1 parent f715ecd commit 6c0d576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/runtime.d
Expand Up @@ -496,7 +496,7 @@ Throwable.TraceInfo defaultTraceHandler( void* ptr = null )
// these for readability. The alternative would be to
// exclude the first N frames that are in a list of
// mangled function names.
static enum FIRSTFRAME = 4;
static enum FIRSTFRAME = 5;
}
else
{
Expand Down

0 comments on commit 6c0d576

Please sign in to comment.