mirror of https://gitlab.com/basile.b/dexed.git
runnables, comp and run with args, only ask args if comp successful
This commit is contained in:
parent
e5551d4612
commit
fce411e09d
|
@ -2789,9 +2789,7 @@ var
|
||||||
begin
|
begin
|
||||||
if fDoc.isNil then
|
if fDoc.isNil then
|
||||||
exit;
|
exit;
|
||||||
if not InputQuery('Execution arguments', '', runargs) then
|
if compileRunnable(false) and InputQuery('Execution arguments', '', runargs) then
|
||||||
exit;
|
|
||||||
if compileRunnable(false) then
|
|
||||||
executeRunnable(false, true, runargs);
|
executeRunnable(false, true, runargs);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue