Skip to content

Commit 6678dea

Browse files
authored
same as #33, but on main, closes #32
1 parent ecf4440 commit 6678dea

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)