Skip to content

Commit 71eeca0

Browse files
authored
Merge pull request #34 from luttje/bugfix/include-functions-as-dofile
same as #33, but on main, closes #32
2 parents ecf4440 + 6678dea commit 71eeca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli-library-publisher.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ async function main() {
6262
{
6363
"Lua.runtime.version": "Lua 5.1",
6464
"Lua.runtime.special": {
65-
"include": "require",
66-
"IncludeCS": "require",
65+
"include": "dofile",
66+
"IncludeCS": "dofile",
6767
},
6868
"Lua.runtime.nonstandardSymbol": [
6969
"!",

0 commit comments

Comments
 (0)