diff --git a/src/ce_main.pas b/src/ce_main.pas index 0decb860..54e6c1bc 100644 --- a/src/ce_main.pas +++ b/src/ce_main.pas @@ -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;