Skip to content

Commit 122e0da

Browse files
committed
fix: fixed Package.lua
1 parent 8232efe commit 122e0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ccPackage.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ package.path = spath.."?.lua;"
77
..spath.."http/?.lua;"
88
..spath.."json/?.lua;"
99
..spath.."vector/?.lua;"
10-
..spath.."eventCallStack-lib/?.lua"
10+
..spath.."eventCallStack-lib/?.lua;"
1111
..package.path

0 commit comments

Comments
 (0)