diff options
Diffstat (limited to 'src/WixToolset.BuildTasks/DoIt.cs')
-rw-r--r-- | src/WixToolset.BuildTasks/DoIt.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.BuildTasks/DoIt.cs b/src/WixToolset.BuildTasks/DoIt.cs index 6af2a50a..5faf163c 100644 --- a/src/WixToolset.BuildTasks/DoIt.cs +++ b/src/WixToolset.BuildTasks/DoIt.cs | |||
@@ -123,7 +123,7 @@ namespace WixToolset.BuildTasks | |||
123 | } | 123 | } |
124 | catch (Exception e) | 124 | catch (Exception e) |
125 | { | 125 | { |
126 | this.Log.LogErrorFromException(e); | 126 | this.Log.LogErrorFromException(e, showStackTrace: true, showDetail: true, null); |
127 | 127 | ||
128 | if (e is NullReferenceException || e is SEHException) | 128 | if (e is NullReferenceException || e is SEHException) |
129 | { | 129 | { |