diff options
Diffstat (limited to '')
-rw-r--r-- | src/cancel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cancel.cpp b/src/cancel.cpp index a62fa96..990f5d4 100644 --- a/src/cancel.cpp +++ b/src/cancel.cpp | |||
@@ -186,7 +186,7 @@ LUAG_FUNC(thread_cancel) | |||
186 | 186 | ||
187 | case CancelResult::Cancelled: | 187 | case CancelResult::Cancelled: |
188 | lua_pushboolean(L_, 1); // true | 188 | lua_pushboolean(L_, 1); // true |
189 | std::ignore = _lane->pushThreadStatus(L_); // true "<status>" | 189 | _lane->pushStatusString(L_); // true "<status>" |
190 | break; | 190 | break; |
191 | } | 191 | } |
192 | STACK_CHECK(L_, 2); | 192 | STACK_CHECK(L_, 2); |