This commit is contained in:
2025-05-04 08:19:47 +03:00
parent d8a59d0726
commit 46e1c6706c
177 changed files with 5708 additions and 5512 deletions

View File

@@ -106,11 +106,11 @@ pub fn test_process_with_description() ! {
// Verify screen session
screen_factory.scan()!
if screen_factory.exists(process_desc_name) {
// Only test status if screen exists
mut screen_instance := screen_factory.get(process_desc_name)!
// Check status only if screen exists
status := screen_instance.status() or { screen.ScreenStatus.unknown }
println('Screen status: ${status}')