mirror of https://gitlab.com/basile.b/dexed.git
parent
f349dee6a4
commit
0160c52b61
src
|
@ -308,7 +308,10 @@ begin
|
|||
if fDoc.isNotAssigned then
|
||||
exit;
|
||||
if not exeInSysPath('dfmt') then
|
||||
begin
|
||||
getMessageDisplay().message('DFMT is missing. See https://github.com/dlang-community/dfmt for more instructions on how to get DFMT.', nil, TAppMessageCtxt.amcAll, TAppMessageKind.amkWarn);
|
||||
exit;
|
||||
end;
|
||||
|
||||
fBackup.Assign(fDoc.Lines);
|
||||
prc := TProcess.create(nil);
|
||||
|
|
Loading…
Reference in New Issue