beta quality v8 plugin

This commit is contained in:
Unbit
2013-03-29 19:37:33 +01:00
parent 527d371bda
commit b8d0e7a3ac
5 changed files with 242 additions and 1 deletions
+1
View File
@@ -722,6 +722,7 @@ static void uwsgi_lua_configurator(char *filename, char *magic_table[]) {
uwsgi_log("error running Lua configurator: %s\n", lua_tostring(L, -1));
exit(1);
}
free(code);
if (!lua_istable(L, -1)) {
uwsgi_log("Lua configurator has to return a table !!!\n");