diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Converters/FixupCommandBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Converters/FixupCommandBase.cs b/src/WixToolset.Converters/FixupCommandBase.cs index 51256f5c..7ecce543 100644 --- a/src/WixToolset.Converters/FixupCommandBase.cs +++ b/src/WixToolset.Converters/FixupCommandBase.cs | |||
| @@ -104,7 +104,7 @@ namespace WixToolset.Converters | |||
| 104 | } | 104 | } |
| 105 | catch | 105 | catch |
| 106 | { | 106 | { |
| 107 | parser.ErrorArgument = parameter; // $"Invalid numeric argument: {parameter}"; | 107 | parser.ReportErrorArgument(parameter); // $"Invalid numeric argument: {parameter}"; |
| 108 | } | 108 | } |
| 109 | return true; | 109 | return true; |
| 110 | } | 110 | } |
