From e9906eb830abfefab6bd2d3dedc0d3c31165e348 Mon Sep 17 00:00:00 2001 From: Snowflake Date: Mon, 8 Jun 2026 08:51:36 +0800 Subject: [PATCH] Switched line breaking into a new implement. --- main.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.rb b/main.rb index 3229e48..4d7fdbf 100644 --- a/main.rb +++ b/main.rb @@ -28,7 +28,7 @@ puts ' | | | | \| |___ .__/ |___ | \| | | | \| |___ |___ ' puts " MineSentinel dev-rolling version by <*> S.A. [@SNOWARE] and owned by SCU team." puts " E-mail: SALflake@qq.com | QQ: 758522192 | Website: https://https://swe-iss.rth1.xyz/softwares/minesentinel." puts " Copyleft (c) 2026 S.A. SNOWARE-SCU. This program is licensed under Mulan PubL v2." -puts "." +puts require_relative 'method_executor' # 日志系统在此时初始化 MethodExecutor.record("debug", "init", "Initialized MethodExecutor, which implements logging system and intervening functions.")