Skip to content

Commit 0bc9ca9

Browse files
Update Setup.iss
1 parent e63265c commit 0bc9ca9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Setup.iss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,8 @@ begin
280280
end;
281281
end;
282282
except
283-
on E: Exception do
284283
begin
285-
Log('Error loading GPU list: ' + E.Message);
284+
Log('Error loading GPU list');
286285
MsgBox('Error loading GPU list. Default GPU selection will be used.', mbError, MB_OK);
287286
end;
288287
end;

0 commit comments

Comments
 (0)