diff options
Diffstat (limited to 'src/loslib.js')
-rw-r--r-- | src/loslib.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loslib.js b/src/loslib.js index 99e5787..09ee168 100644 --- a/src/loslib.js +++ b/src/loslib.js @@ -144,7 +144,7 @@ const os_time = function(L) { const l_checktime = function(L, arg) { let t = lauxlib.luaL_checkinteger(L, arg); - // lauxlib.luaL_argcheck(L, t, arg, lua.to_luastring("time out-of-bounds")); + // lauxlib.luaL_argcheck(L, t, arg, "time out-of-bounds"); return t; }; |