summaryrefslogtreecommitdiff
path: root/src/modules/debug_shell.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/debug_shell.lua')
-rw-r--r--src/modules/debug_shell.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/debug_shell.lua b/src/modules/debug_shell.lua
index 652be45..1a28acd 100644
--- a/src/modules/debug_shell.lua
+++ b/src/modules/debug_shell.lua
@@ -40,7 +40,7 @@ debug_shell.defaults = { host = "localhost", port = 9000 }
debug_shell.next_id = 0
-- create new instance of debug shell module class
-function debug_shell:new(config)
+function debug_shell:new(config, runtype)
local inst = {}
inst.class = self.properties.name
inst.config = config