mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: remove unreachable return after process.exit in post-edit-typecheck hook
This commit is contained in:
parent
c93c218cb8
commit
e2040b46b3
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue