mirror of
https://github.com/glest/glest-source.git
synced 2025-09-27 07:59:00 +02:00
- test to see if we get better info on windows for unknown errors
This commit is contained in:
@@ -620,7 +620,7 @@ string LuaScript::errorToString(int errorCode) {
|
||||
error+= "Error while running the error handler";
|
||||
break;
|
||||
default:
|
||||
error+= "Unknown error";
|
||||
error+= "Unknown LUA error" + intToStr(errorCode);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user