Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
lua: print the actual panic message before dumping a callstack.
legacy
Sam Hocevar
sam
11 anos atrás
pai
cbb4dadd6c
commit
5d57b53eb0
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
src/world.cpp
+ 2
- 0
src/world.cpp
Ver arquivo
@@ -33,6 +33,8 @@ class WorldData
static int LuaPanic(lua_State* L)
{
char const *message = lua_tostring(L, -1);
Log::Error("%s\n", message);
DebugAbort();
return 0;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar