mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 21:53:28 +08:00
fix(hooks): remove external repo URL from tip message
BurntToast module is a well-known Microsoft module but per project policy avoiding unvetted external links in user-facing output.
This commit is contained in:
@@ -144,8 +144,7 @@ function run(raw) {
|
||||
log(`[DesktopNotify] "${ps.path}" -Command "Install-Module -Name BurntToast -Scope CurrentUser"`);
|
||||
} else {
|
||||
// No PowerShell found
|
||||
log('[DesktopNotify] Tip: Install BurntToast in PowerShell for notifications:');
|
||||
log('[DesktopNotify] https://github.com/microsoft/BurntToast');
|
||||
log('[DesktopNotify] Tip: Install BurntToast module in PowerShell for notifications');
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user