Skip to content

Commit 9ad55d5

Browse files
committed
修复一个错误
1 parent 7b6e629 commit 9ad55d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ static constexpr std::string_view bootstrap = R"BOOTSTRAP(
146146
else
147147
package.cpath = (progdir / "?.so"):string()
148148
end
149-
assert(loadfile(mainlua))()
149+
assert(loadfile(mainlua))(...)
150150
)BOOTSTRAP";
151151

152152
static int handle_script(lua_State *L) {

0 commit comments

Comments
 (0)