Skip to content

Commit 133af99

Browse files
committed
Fix Lua error log output
Remove autoformatting tool typo. Thanks @ShokerStlk
1 parent 396d846 commit 133af99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrScriptEngine/script_engine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ struct raii_guard : private Noncopyable
564564
#endif
565565
if (!m_error_code)
566566
return; // Check "lua_pcall_failed" before changing this!
567-
return;
567+
568568
if (break_on_assert)
569569
R_ASSERT2(!m_error_code, m_error_description);
570570
else

0 commit comments

Comments
 (0)