mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Show type of exception happening through AppSettings.ExportSettings
This commit is contained in:
@ -4517,7 +4517,7 @@ begin
|
|||||||
except
|
except
|
||||||
on E:Exception do begin
|
on E:Exception do begin
|
||||||
FPortableModeReadOnly := True;
|
FPortableModeReadOnly := True;
|
||||||
Raise Exception.Create(E.Message + CRLF + CRLF
|
Raise Exception.Create(E.ClassName + ': ' + E.Message + CRLF + CRLF
|
||||||
+ f_('Switching to read-only mode. Settings won''t be saved. Use the command line parameter %s to use a custom file path.', ['--psettings'])
|
+ f_('Switching to read-only mode. Settings won''t be saved. Use the command line parameter %s to use a custom file path.', ['--psettings'])
|
||||||
);
|
);
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user