Skip to content

Commit 0a21646

Browse files
🩹 [Refactor]: Remove redundant check for Windows environment in Build-PSModuleRootModule.ps1
1 parent 986e9cd commit 0a21646

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎scripts/helpers/Build/Build-PSModuleRootModule.ps1‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ $script:PSModuleInfo | Format-List | Out-String -Stream | ForEach-Object { Write
162162
$scriptName = $script:PSModuleInfo.Name
163163
Write-Debug "[$scriptName] - Importing module"
164164
165-
# If in Windows PowerShell, set the $IsWindows variable to true.
166165
if ($PSEdition -eq 'Desktop') {
167166
$IsWindows = $true
168167
}

0 commit comments

Comments
 (0)