Added some code for future use to print stack trace
parent
5a541bdb21
commit
49b9ac29d1
|
@ -55,6 +55,7 @@ void beginCompilation(string[] sourceFiles)
|
||||||
catch(CollidingNameException e)
|
catch(CollidingNameException e)
|
||||||
{
|
{
|
||||||
gprintln(e.msg, DebugType.ERROR);
|
gprintln(e.msg, DebugType.ERROR);
|
||||||
|
//gprintln("Stack trace:\n"~to!(string)(e.info));
|
||||||
}
|
}
|
||||||
catch(TypeCheckerException e)
|
catch(TypeCheckerException e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue