Commit graph

11 commits

Author SHA1 Message Date
Max
c425b74383 Refactor error handling in various components to improve logging and message formatting
- Updated error messages to use fmt.Errorf with %s for better clarity and consistency.
- Enhanced logging statements to utilize formatted strings for improved readability.
- Refactored multiple Load functions across different modules to standardize error handling practices.
2025-09-28 10:24:17 +08:00
Max
fabced291c fix: Enhance loading functions to handle non-existent directories
- Added checks in various loading functions to ignore processing if the respective directories do not exist, improving error handling and preventing unnecessary operations.
- Updated the Load function signature to return warnings alongside errors, allowing for better feedback on loading issues across different components.
2025-05-13 09:10:10 +08:00
Max
fb70a53705 [fix] plugins load 2023-04-02 16:53:24 +08:00
Max
292fad2911 [add] migrate plugin 2023-02-02 19:06:42 +08:00
Max
a807899f95 [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
Max
34f4382c19 更新命名空间 2022-02-09 09:17:23 +08:00
Max
ea72f26d5e 调整环境变量 2022-02-09 00:49:57 +08:00
Max
490a1c999f 优化热加载逻辑 2021-10-20 15:26:19 +08:00
Max
f4e0fee81f 优化载入逻辑: Step 5/5 2021-10-19 00:17:22 +08:00
Max
36bfeb8aad 优化载入逻辑: Step 4/5 2021-10-18 23:53:22 +08:00
Max
e08df986d3 优化载入逻辑: Step 1/5 2021-10-18 23:15:00 +08:00