Skip to content

Commit eefe555

Browse files
🩹 [Patch]: Add debug output for settings file path checking
1 parent 79492ca commit eefe555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/main.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $codePath = Resolve-Path -Path $path | Select-Object -ExpandProperty Path
55

66
Write-Host "Looking for settings file under $($pwd.Path)"
77
$tmpSettingsFilePath = Join-Path -Path $pwd.Path -ChildPath $env:PSMODULE_INVOKE_SCRIPTANALYZER_INPUT_SettingsFilePath
8+
Write-Host "Checking: $tmpSettingsFilePath"
89
$settingsFileExists = Test-Path -Path $tmpSettingsFilePath
910
if ($settingsFileExists) {
1011
$settingsFilePath = $tmpSettingsFilePath

0 commit comments

Comments
 (0)