diff options
Diffstat (limited to 'src/loslib.js')
-rw-r--r-- | src/loslib.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/loslib.js b/src/loslib.js index 9a8a327..53a4228 100644 --- a/src/loslib.js +++ b/src/loslib.js @@ -244,7 +244,6 @@ if (typeof process === "undefined") { return 1; }; - // TODO: on POSIX system, should create the file const lua_tmpname = function() { return tmp.tmpNameSync(); }; |