From c91e935c62b8e254b9daadf37b915c983518bff4 Mon Sep 17 00:00:00 2001
From: Ferenc Szontágh <szf@fsociety.hu>
Date: Fri, 18 Apr 2025 16:25:35 +0000
Subject: [PATCH] add dynamic module load, more escape seq
---
src/Modules/PrintModule.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/Modules/PrintModule.hpp b/src/Modules/PrintModule.hpp
index e4deb6a..bc26b95 100644
--- a/src/Modules/PrintModule.hpp
+++ b/src/Modules/PrintModule.hpp
@@ -20,7 +20,6 @@
for (const auto &v : args) {
std::cout << Symbols::Value::to_string(v);
}
- std::cout << std::endl;
return Symbols::Value();
});
}
--
Gitblit v1.9.3