mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
bugfix: typo
This commit is contained in:
@@ -341,7 +341,7 @@ _redirect(lua_State *L) {
|
||||
break;
|
||||
}
|
||||
default:
|
||||
luaL_error(L, "skynet.redirect invalid param %s", lua_type(L,5));
|
||||
luaL_error(L, "skynet.redirect invalid param %s", lua_typename(L,mtype));
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user