feat: reduce debug logging with conditional output based on streamDebugEnabled

This commit is contained in:
Bohdan Triapitsyn
2025-12-25 03:33:24 +02:00
parent 6fbdf90cd3
commit eb8355b37e
5 changed files with 27 additions and 22 deletions
-1
View File
@@ -2875,7 +2875,6 @@ async function main(options = {}) {
const resolvedPath = path.resolve(expandedPath);
fs.mkdirSync(resolvedPath, { recursive: true });
console.log(`Created directory: ${resolvedPath}`);
res.json({ success: true, path: resolvedPath });
} catch (error) {