aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lanes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.c b/src/lanes.c
index ccf50c3..feccb75 100644
--- a/src/lanes.c
+++ b/src/lanes.c
@@ -1130,7 +1130,7 @@ static int run_finalizers( lua_State* L, int lua_rc)
1130 ASSERT_L( lua_isfunction( L, -1)); 1130 ASSERT_L( lua_isfunction( L, -1));
1131 if( error_index) 1131 if( error_index)
1132 { 1132 {
1133 char const* err_msg = lua_tostring( L, error_index); 1133 //char const* err_msg = lua_tostring( L, error_index);
1134 lua_pushvalue( L, error_index); // [err_msg {stack_trace}]? {func [, ...]}? lane_error finalizer err_msg 1134 lua_pushvalue( L, error_index); // [err_msg {stack_trace}]? {func [, ...]}? lane_error finalizer err_msg
1135#if ERROR_FULL_STACK 1135#if ERROR_FULL_STACK
1136 lua_pushvalue( L, error_index + 1); // [err_msg {stack_trace}]? {func [, ...]}? lane_error finalizer err_msg {stack_trace} 1136 lua_pushvalue( L, error_index + 1); // [err_msg {stack_trace}]? {func [, ...]}? lane_error finalizer err_msg {stack_trace}