Merge branch 'affaan-m:main' into main

This commit is contained in:
Pangerkumzuk Longkumer 2026-02-18 18:33:04 +05:30 committed by GitHub
commit e1fca6e84d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 6 deletions

View file

@ -29,7 +29,7 @@ process.stdin.on('end', () => {
if (filePath && /\.(ts|tsx|js|jsx)$/.test(filePath)) {
const content = readFile(filePath);
if (!content) { process.stdout.write(data); return; }
if (!content) { process.stdout.write(data); process.exit(0); }
const lines = content.split('\n');
const matches = [];