Prevent infinite recursion during printing

This commit is contained in:
Mikael Hermansson
2025-07-22 09:59:34 +02:00
parent 71a9948157
commit 836a1a0b02
4 changed files with 70 additions and 14 deletions

View File

@ -147,8 +147,6 @@ class OS : public Object {
mutable HashMap<String, bool> feature_cache;
class LoggerBind : public ::Logger {
inline static thread_local bool is_logging = false;
public:
LocalVector<Ref<CoreBind::Logger>> loggers;