mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-12 11:32:14 +08:00
fix: remove unreachable return after process.exit in post-edit-typecheck hook
This commit is contained in:
parent
c93c218cb8
commit
e2040b46b3
@ -33,7 +33,6 @@ process.stdin.on("end", () => {
|
||||
if (!fs.existsSync(resolvedPath)) {
|
||||
process.stdout.write(data);
|
||||
process.exit(0);
|
||||
return;
|
||||
}
|
||||
// Find nearest tsconfig.json by walking up (max 20 levels to prevent infinite loop)
|
||||
let dir = path.dirname(resolvedPath);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user