We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ForEach-Object -Parallel
1 parent 80393c0 commit f76ae30Copy full SHA for f76ae30
src/System.Management.Automation/engine/InternalCommands.cs
@@ -399,7 +399,7 @@ private void InitParallelParameterSet()
399
{
400
_currentLocationPath = SessionState.Internal.CurrentLocation.Path;
401
}
402
- catch (PSInvalidOperationException)
+ catch (PSInvalidOperationException)
403
404
405
@@ -499,7 +499,7 @@ private void InitParallelParameterSet()
499
_taskCollection.Complete();
500
_taskCollectionException = ex;
501
_taskDataStreamWriter.Close();
502
-
+
503
break;
504
505
0 commit comments