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
|
||||
if fDoc.isNil then
|
||||
exit;
|
||||
if not InputQuery('Execution arguments', '', runargs) then
|
||||
exit;
|
||||
if compileRunnable(false) then
|
||||
if compileRunnable(false) and InputQuery('Execution arguments', '', runargs) then
|
||||
executeRunnable(false, true, runargs);
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue