mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
aefaef
This commit is contained in:
parent
305d7ed740
commit
2add2f01b9
@ -517,7 +517,7 @@
|
||||
icon="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Icon.pic",
|
||||
createShortcut="dock",
|
||||
forceDownload=true,
|
||||
version=1.40,
|
||||
version=1.41,
|
||||
resources={
|
||||
{
|
||||
name="Localization/Russian.lang",
|
||||
|
||||
@ -573,7 +573,7 @@ local function createBreakpointError(variables)
|
||||
local errorMessage = "error({variables={"
|
||||
|
||||
for variable in pairs(variables) do
|
||||
errorMessage = errorMessage .. "[\"" .. variable .. "\"]=tostring(" .. variable .. "),"
|
||||
errorMessage = errorMessage .. "[\"" .. variable .. "\"] = type(" .. variable .. ") == \"string\" and \"\\\"\" .. " .. variable .. " .. \"\\\"\" or tostring(" .. variable .. "),"
|
||||
end
|
||||
|
||||
return errorMessage .. "}})"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user