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
Nodemcu Firmware
Commits
0386ae65
Commit
0386ae65
authored
Dec 12, 2015
by
Terry Ellison
Browse files
Merge pull request #804 from DiUS/panic
Do not allow execution to continue after a PANIC
parents
68eadaaf
0fbf4421
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/lua/lauxlib.c
View file @
0386ae65
...
...
@@ -816,6 +816,7 @@ static int panic (lua_State *L) {
luai_writestringerror
(
"PANIC: unprotected error in call to Lua API (%s)
\n
"
,
lua_tostring
(
L
,
-
1
));
#endif
while
(
1
)
{}
return
0
;
}
...
...
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