1
0

Fix omitted argument

This commit is contained in:
otya128
2016-12-24 13:24:36 +09:00
parent 757bf6cc48
commit 4abf299063
3 changed files with 13 additions and 8 deletions

View File

@@ -1138,6 +1138,7 @@ class PushArray : Code
index[i] = cast(int)v.doubleValue;
continue;
}
vm.dumpStack(vm.stacki + 1);
throw new TypeMismatch();
}
Value array;