aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keeper.c')
-rw-r--r--src/keeper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keeper.c b/src/keeper.c
index b67bee2..091463e 100644
--- a/src/keeper.c
+++ b/src/keeper.c
@@ -676,7 +676,7 @@ void init_keepers( Universe* U, lua_State* L)
676 luaL_requiref( K, "package", luaopen_package, 1); // package 676 luaL_requiref( K, "package", luaopen_package, 1); // package
677 lua_pop( K, 1); // 677 lua_pop( K, 1); //
678 STACK_MID( K, 0); 678 STACK_MID( K, 0);
679 serialize_require( U, K); 679 serialize_require( DEBUGSPEW_PARAM_COMMA( U) K);
680 STACK_MID( K, 0); 680 STACK_MID( K, 0);
681 681
682 // copy package.path and package.cpath from the source state 682 // copy package.path and package.cpath from the source state