mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-09 10:53:34 +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"`);
|
log(`[DesktopNotify] "${ps.path}" -Command "Install-Module -Name BurntToast -Scope CurrentUser"`);
|
||||||
} else {
|
} else {
|
||||||
// No PowerShell found
|
// No PowerShell found
|
||||||
log('[DesktopNotify] Tip: Install BurntToast in PowerShell for notifications:');
|
log('[DesktopNotify] Tip: Install BurntToast module in PowerShell for notifications');
|
||||||
log('[DesktopNotify] https://github.com/microsoft/BurntToast');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user