aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes.c')
-rw-r--r--src/lanes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lanes.c b/src/lanes.c
index d4b4c73..c3e64fb 100644
--- a/src/lanes.c
+++ b/src/lanes.c
@@ -2289,6 +2289,7 @@ LUAG_FUNC( lane_new)
2289 // require the module in the target state, and populate the lookup table there too 2289 // require the module in the target state, and populate the lookup table there too
2290 size_t len; 2290 size_t len;
2291 char const* name = lua_tolstring( L, -1, &len); 2291 char const* name = lua_tolstring( L, -1, &len);
2292 DEBUGSPEW_CODE( fprintf( stderr, INDENT_BEGIN "lane_new: require '%s'\n" INDENT_END, name));
2292 2293
2293 // require the module in the target lane 2294 // require the module in the target lane
2294 lua_getglobal( L2, "require"); // require()? 2295 lua_getglobal( L2, "require"); // require()?