From 8577e43489dcf8aa6f02497de602eb181d2a80d2 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 13 Mar 2017 12:56:19 +0100 Subject: [PATCH] nothing --- cesetup/version.txt | 2 +- src/ce_dastworx.pas | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cesetup/version.txt b/cesetup/version.txt index 1bbd1c14..e8133aec 100644 --- a/cesetup/version.txt +++ b/cesetup/version.txt @@ -1 +1 @@ -3_beta_4 \ No newline at end of file +3_gold \ No newline at end of file diff --git a/src/ce_dastworx.pas b/src/ce_dastworx.pas index df05eef6..aeb49610 100644 --- a/src/ce_dastworx.pas +++ b/src/ce_dastworx.pas @@ -54,8 +54,9 @@ begin prc.CloseInput; processOutputToStrings(prc, imports); while prc.Running do ; - // TODO-cmaintenance: remove this from version 3 gold + {$IFDEF DEBUG} tryRaiseFromStdErr(prc); + {$ENDIF} finally prc.free; end; @@ -80,8 +81,9 @@ begin prc.CloseInput; processOutputToStrings(prc, results); while prc.Running do ; - // TODO-cmaintenance: remove this from version 3 gold + {$IFDEF DEBUG} tryRaiseFromStdErr(prc); + {$ENDIF} finally prc.free; end;