Fixed GitHub Actions build

This commit is contained in:
Bartek Kryza
2022-12-04 15:04:36 +01:00
parent 664a74faee
commit 5a8b739eba

View File

@@ -177,7 +177,8 @@ void call_expression_context::enter_lambda_expression(std::int64_t id)
void call_expression_context::leave_lambda_expression() void call_expression_context::leave_lambda_expression()
{ {
assert(!current_lambda_caller_id_.empty()); if(current_lambda_caller_id_.empty())
return;
LOG_DBG("Leaving current lambda expression id to {}", LOG_DBG("Leaving current lambda expression id to {}",
current_lambda_caller_id_.top()); current_lambda_caller_id_.top());