diff options
Diffstat (limited to 'src/WixToolset.Core/Bind/ResolveFieldsCommand.cs')
-rw-r--r-- | src/WixToolset.Core/Bind/ResolveFieldsCommand.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/WixToolset.Core/Bind/ResolveFieldsCommand.cs b/src/WixToolset.Core/Bind/ResolveFieldsCommand.cs index 0d5c3142..b7ed8a18 100644 --- a/src/WixToolset.Core/Bind/ResolveFieldsCommand.cs +++ b/src/WixToolset.Core/Bind/ResolveFieldsCommand.cs | |||
@@ -152,10 +152,9 @@ namespace WixToolset.Core.Bind | |||
152 | } | 152 | } |
153 | #endif | 153 | #endif |
154 | } | 154 | } |
155 | catch (WixFileNotFoundException) | 155 | catch (WixException e) |
156 | { | 156 | { |
157 | // display the error with source line information | 157 | this.Messaging.Write(e.Error); |
158 | this.Messaging.Write(ErrorMessages.FileNotFound(row.SourceLineNumbers, objectField.Path)); | ||
159 | } | 158 | } |
160 | } | 159 | } |
161 | 160 | ||