diff --git a/scripts/hooks/post-edit-typecheck.js b/scripts/hooks/post-edit-typecheck.js index 981dbeb..814a333 100644 --- a/scripts/hooks/post-edit-typecheck.js +++ b/scripts/hooks/post-edit-typecheck.js @@ -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);