aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/commands.py b/modules/commands.py
index 672c94cc..7dca06cd 100644
--- a/modules/commands.py
+++ b/modules/commands.py
@@ -188,6 +188,7 @@ class Module(ModuleManager.BaseModule):
if error:
stderr.write(error).send(command_method)
target.buffer.skip_next()
+ return
if hook.kwargs.get("remove_empty", True):
args_split = list(filter(None, args_split))