Skip to content

Commit

Permalink
Review Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Jun 9, 2020
1 parent 378e0b7 commit b5fa4f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function Set-TargetResource
$null = New-Item -Path $networkPath `
-ItemType Directory `
-Force `
-ErrorAction SilentlyContinue
-ErrorAction Stop
}
catch
{
Expand Down

0 comments on commit b5fa4f6

Please sign in to comment.