Commit 3216ec402dfca7771bab5313bccb45a04b9899eb
1 parent
df690706
preload.lua 权限修改
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/preload.lua
@@ -3,4 +3,5 @@ local skynet = require "skynet" | @@ -3,4 +3,5 @@ local skynet = require "skynet" | ||
3 | 3 | ||
4 | skynet.timex = function () | 4 | skynet.timex = function () |
5 | return math.floor(skynet.time()) | 5 | return math.floor(skynet.time()) |
6 | -end | ||
7 | \ No newline at end of file | 6 | \ No newline at end of file |
7 | +end | ||
8 | + |