Fix: Remove duplicate shebang from stderr-test-hook source

This commit is contained in:
Alex Newman
2025-10-26 22:33:01 -04:00
parent b0fae0cfd4
commit 056cd12558
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -1,3 +1,2 @@
#!/usr/bin/env node
#!/usr/bin/env node
console.error("\u{1F9EA} TEST: This is a stderr message from the claude-mem hook");process.exit(0);