| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,6 +19,7 @@ $destinationRoot = $myRoot | |||
| 19 | 19 | if ($formatting) { | |
| 20 | 20 | $myFormatFile = Join-Path $destinationRoot "$myModuleName.format.ps1xml" | |
| 21 | 21 | $formatting | Out-FormatData -Module $MyModuleName | Set-Content $myFormatFile -Encoding UTF8 | |
| 22 | + Get-Item $myFormatFile | ||
| 22 | 23 | } | |
| 23 | 24 | ||
| 24 | 25 | $types = @( | |
@@ -33,5 +34,6 @@ $types = @( | |||
| 33 | 34 | if ($types) { | |
| 34 | 35 | $myTypesFile = Join-Path $destinationRoot "$myModuleName.types.ps1xml" | |
| 35 | 36 | $types | Out-TypeData | Set-Content $myTypesFile -Encoding UTF8 | |
| 37 | + Get-Item $myTypesFile | ||
| 36 | 38 | } | |
| 37 | 39 | Pop-Location | |
| Back | FazBrowse Home | New Git URL |
0 commit comments