Skip to content

Commit fc0ea92

Browse files
committed
don't mess with the working directory if nattlua is a bundle
1 parent acd65f5 commit fc0ea92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nattlua.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ elseif select(1, ...) == "test" then
1414
_G.STARTUP_PROFILE = true
1515
end
1616

17-
if jit then
17+
if jit and not _G.BUNDLE then
1818
if not package.searchpath("nattlua.cli.init", package.path) then
1919
local current_path
2020
local ffi = require("ffi")

0 commit comments

Comments
 (0)