Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
5086d380
Commit
5086d380
authored
Sep 23, 2017
by
Sinus Pi
Browse files
internal merge
parents
6b4d739e
c389ad49
Changes
2
Show whitespace changes
Inline
Side-by-side
Core/NLua/Lua.cs
100755 → 100644
View file @
5086d380
File mode changed from 100755 to 100644
Core/NLua/ObjectTranslator.cs
View file @
5086d380
...
@@ -226,6 +226,7 @@ namespace NLua
...
@@ -226,6 +226,7 @@ namespace NLua
*/
*/
internal
void
ThrowError
(
LuaState
luaState
,
object
e
)
internal
void
ThrowError
(
LuaState
luaState
,
object
e
)
{
{
// We use this to remove anything pushed by luaL_where
// We use this to remove anything pushed by luaL_where
int
oldTop
=
LuaLib
.
LuaGetTop
(
luaState
);
int
oldTop
=
LuaLib
.
LuaGetTop
(
luaState
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment