Skip to content

Commit 1a35485

Browse files
committed
fix(env): 将Write-Verbose改为Write-Information以保持一致性
1 parent 5b56f7c commit 1a35485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

psutils/modules/env.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ function Sync-PathFromBash {
486486
$env:PATH = "$($env:PATH)$separator$pathsToAdd"
487487
Write-Information "PowerShell PATH 已成功更新!"
488488
} else {
489-
Write-Verbose "Power-Shell 的 PATH 与 Bash 完全同步,无需操作。"
489+
Write-Information "Power-Shell 的 PATH 与 Bash 完全同步,无需操作。"
490490
}
491491
}
492492
catch {

0 commit comments

Comments
 (0)