From 76dfa277be6c55021dbb5e3d1a4e4d42fd2ff8f0 Mon Sep 17 00:00:00 2001 From: Fulgurance Date: Sat, 7 Dec 2024 20:29:24 +0000 Subject: [PATCH] Patched missing error var --- ISM/CommandLine.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISM/CommandLine.cr b/ISM/CommandLine.cr index d45e9df..837a69f 100644 --- a/ISM/CommandLine.cr +++ b/ISM/CommandLine.cr @@ -2218,7 +2218,7 @@ module ISM begin target.recordUnneededKernelOptions target.uninstall - rescue + rescue error Ism.printSystemCallErrorNotification(error) Ism.exitProgram end