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

@@ -1230,6 +1230,7 @@ class PetitComputer
//print(sbe.to!string);
writeln(sbe.to!string);
writeln(sbe.getErrorMessage2);
writeln(sbe.func);
loc = vm.currentLocation;
console.print(loc.line, ":", loc.pos, ":", parser.getLine(loc));
}