Skip to content

Commit

Permalink
Patched missing error var
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Dec 7, 2024
1 parent c77395d commit 76dfa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISM/CommandLine.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ module ISM
begin
target.recordUnneededKernelOptions
target.uninstall
rescue
rescue error
Ism.printSystemCallErrorNotification(error)
Ism.exitProgram
end
Expand Down

0 comments on commit 76dfa27

Please sign in to comment.