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
385
385
386
386
return Task . FromResult ( exitCode ) ;
387
387
388
-
389
388
}
390
389
391
390
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()
333
333
}
334
334
335
335
/// <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
337
338
/// </summary>
338
339
/// <param name="modulePath"></param>
339
340
public void UnloadModule ( string modulePath )
You can’t perform that action at this time.
0 commit comments