File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ public CoveragePrepareResult PrepareModules()
141
141
}
142
142
catch ( Exception ex )
143
143
{
144
- _logger . LogWarning ( $ "Unable to instrument module: { module } because : { ex . Message } ") ;
144
+ _logger . LogWarning ( $ "Unable to instrument module: { module } \n { ex } ") ;
145
145
_instrumentationHelper . RestoreOriginalModule ( module , _identifier ) ;
146
146
}
147
147
}
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public bool CanInstrument()
123
123
}
124
124
catch ( Exception ex )
125
125
{
126
- _logger . LogWarning ( $ "Unable to instrument module: '{ _module } ' because : { ex . Message } ") ;
126
+ _logger . LogWarning ( $ "Unable to instrument module: '{ _module } '\n { ex } ") ;
127
127
return false ;
128
128
}
129
129
}
You can’t perform that action at this time.
0 commit comments