forked from mia/Aegisub
Fix handling for automation debug formatting errors
One spot was missed when converting stuff over to using error_Tag rather than lua_error for stack unwinding on errors.
This commit is contained in:
parent
9310350c45
commit
cdc8dbf637
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ namespace Automation4 {
|
|||
luaL_where(L, 1);
|
||||
lua_insert(L, 1);
|
||||
lua_concat(L, 2);
|
||||
lua_error(L);
|
||||
throw error_tag{};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue