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 @@ -385,7 +385,6 @@ string sourceMappingFile
385385
386386 return Task . FromResult ( exitCode ) ;
387387
388-
389388 }
390389
391390 catch ( Win32Exception we ) when ( we . Source == "System.Diagnostics.Process" )
Original file line number Diff line number Diff line change @@ -333,7 +333,8 @@ public CoverageResult GetCoverageResult()
333333 }
334334
335335 /// <summary>
336- /// Manually invoke the unloading of modules and restoration of the original assembly files
336+ /// Invoke the unloading of modules and restoration of the original assembly files, made public to allow unloading
337+ /// of instrumentation is testing using parallelization
337338 /// </summary>
338339 /// <param name="modulePath"></param>
339340 public void UnloadModule ( string modulePath )
You can’t perform that action at this time.
0 commit comments