Skip to content

Commit 229831c

Browse files
committed
1 parent c9129f4 commit 229831c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/script/frontend/debuger_factory.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ local function bootstrapMakeExe(c, luaexe, args, address, dbg)
101101
if args.luaVersion:match "^lua%-" then
102102
params[#params+1] = args.luaVersion
103103
end
104-
local script = ("dofile[[%s]];DBG[[%s]]"):format(
104+
local script = ("dofile[[%s]] DBG[[%s]]"):format(
105105
(dbg / "script" / "launch.lua"):string(),
106106
table.concat(params, "/")
107107
)

0 commit comments

Comments
 (0)