mirror of https://gitlab.com/basile.b/dexed.git
fix #202 - Verify Project with D-Scanner, segfault when no file opened
This commit is contained in:
parent
e075f72587
commit
632d89f537
|
@ -3578,7 +3578,6 @@ begin
|
|||
prc.Executable:=pth;
|
||||
prc.Options := [poUsePipes, poStderrToOutPut {$IFDEF WINDOWS}, poNewConsole{$ENDIF}];
|
||||
prc.ShowWindow:= swoHIDE;
|
||||
prc.Parameters.Add(fDoc.fileName);
|
||||
prc.Parameters.Add('-S');
|
||||
if not fDscanUnittests then
|
||||
prc.Parameters.Add('--skipTests');
|
||||
|
|
Loading…
Reference in New Issue