feat: reduce debug logging with conditional output based on streamDebugEnabled
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user