mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
bugfix: typo
This commit is contained in:
@@ -341,7 +341,7 @@ _redirect(lua_State *L) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user