mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-05 05:26:55 +01:00
fix spacing
This commit is contained in:
parent
cd2aa329b9
commit
2cb833995a
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ function compileScript()
|
|||
local filePath = showFileDialog(SaveFileDialog, "Select output file...", currentFilter, mainWindow)
|
||||
if (filePath ~= nil) then
|
||||
local compileArgs = { getWidgetText(scriptLineEdit) }
|
||||
if (currentSstub ~= nil) then
|
||||
if (currentSstub ~= nil) then
|
||||
compileArgs[2] = "--luaengine"
|
||||
compileArgs[3] = sstubDir.."/"..currentSstub
|
||||
compileArgs[4] = filePath
|
||||
|
|
Loading…
Reference in a new issue