Skip to content

Commit 14df3ba

Browse files
att
1 parent 3c33bec commit 14df3ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

luasrc/module_load.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load_global_module = function(script_name,load_as_module)
1+
load_global_module = function(script_name)
22

33
filename = script_name
44
local found_filename = false
@@ -35,7 +35,6 @@ load_global_module = function(script_name,load_as_module)
3535
end
3636

3737
script_dir_name = dtw.newPath(filename).get_dir()
38-
is_module = load_as_module or false
3938
dofile(filename)
4039

4140
end

0 commit comments

Comments
 (0)