Fix assembler hopefully

This commit is contained in:
2025-09-26 23:32:09 -05:00
parent a38451ce69
commit 91622089f7
5 changed files with 32 additions and 19 deletions

View File

@@ -6192,7 +6192,8 @@ namespace Tesses::CrossLang {
}
else
{
throw VMException("[DECLAREVARIABLE] Can't pop string.");
throw VMException("[DECLAREVARIABLE] Can't pop string, got type " + GetObjectTypeString(key) + " = " + ToString(gc,key) + ".");
}
}
return false;