1
0

Fix error

This commit is contained in:
otya128
2016-12-23 21:09:38 +09:00
parent b0cd488f4f
commit acb51742b2
3 changed files with 11 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ class SmileBasicError : Exception
int errline;
int errprg;
string message2;
string func;
this(int slot, int line, string message)
{
super(format("%s in %d:%d", message, slot, line));