mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
int64 bugfix
This commit is contained in:
@@ -35,7 +35,7 @@ _int64(lua_State *L, int index) {
|
||||
break;
|
||||
}
|
||||
default:
|
||||
return luaL_error(L, "argument 1 error type %s", lua_typename(L,1));
|
||||
return luaL_error(L, "argument %d error type %s", index, lua_typename(L,type));
|
||||
}
|
||||
return n;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user