aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/more.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core_modules/more.py')
-rw-r--r--src/core_modules/more.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core_modules/more.py b/src/core_modules/more.py
index 52849938..bc76fb6b 100644
--- a/src/core_modules/more.py
+++ b/src/core_modules/more.py
@@ -20,4 +20,4 @@ class Module(ModuleManager.BaseModule):
def more(self, event):
last_stdout = event["target"]._last_stdout
if last_stdout and last_stdout.has_text():
- event["stdout"].write_lines(last_stdout.get_all())
+ event["stdout"].copy_from(last_stdout)